]>
Commit | Line | Data |
---|---|---|
6b200bc3 A |
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 */ |