aboutsummaryrefslogtreecommitdiff
path: root/save_statuses.h
diff options
context:
space:
mode:
Diffstat (limited to 'save_statuses.h')
-rw-r--r--save_statuses.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/save_statuses.h b/save_statuses.h
new file mode 100644
index 0000000..2086b34
--- /dev/null
+++ b/save_statuses.h
@@ -0,0 +1,17 @@
+/*
+
+(C) 2013 Mika Ilmaranta <ilmis@nullnet.fi>
+
+License: GPLv2
+
+*/
+
+#ifndef __SAVE_STATUSES_H__
+#define __SAVE_STATUSES_H__
+
+void save_statuses(CONFIG *first);
+void restore_statuses(CONFIG *first);
+
+#endif
+
+/* EOF */