--- /dev/null
+//
+// accountCirclesViewsPrint.h
+// Security
+//
+// Created by Richard Murphy on 12/8/16.
+//
+//
+
+#ifndef accountCirclesViewsPrint_h
+#define accountCirclesViewsPrint_h
+
+#include <stdio.h>
+#include <stdbool.h>
+
+void SOSCCDumpCircleInformation(void);
+bool SOSCCDumpCircleKVSInformation(char *itemName);
+
+#endif /* accountCirclesViewsPrint_h */