]> git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/Tool/accountCirclesViewsPrint.h
Security-58286.41.2.tar.gz
[apple/security.git] / OSX / sec / SOSCircle / Tool / accountCirclesViewsPrint.h
1 //
2 // accountCirclesViewsPrint.h
3 // Security
4 //
5 // Created by Richard Murphy on 12/8/16.
6 //
7 //
8
9 #ifndef accountCirclesViewsPrint_h
10 #define accountCirclesViewsPrint_h
11
12 #include <stdio.h>
13 #include <stdbool.h>
14
15 void SOSCCDumpCircleInformation(void);
16 bool SOSCCDumpCircleKVSInformation(char *itemName);
17
18 #endif /* accountCirclesViewsPrint_h */