aboutsummaryrefslogtreecommitdiff
path: root/save_statuses.h
diff options
context:
space:
mode:
authorLucas Castro <lucas@gnuabordo.com.br>2024-01-10 22:33:44 -0300
committerLucas Castro <lucas@gnuabordo.com.br>2024-01-10 22:33:44 -0300
commita4270020addc324fb60d2b1b446b41bc31e3baf8 (patch)
tree8708f08c66a63f08c0cd88ab1a46faadcd3f4706 /save_statuses.h
Import Upstream version 1.0.4upstream/1.0.4
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 */