summaryrefslogtreecommitdiff
path: root/statefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'statefile.h')
-rw-r--r--statefile.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/statefile.h b/statefile.h
new file mode 100644
index 0000000..bdcb32f
--- /dev/null
+++ b/statefile.h
@@ -0,0 +1,10 @@
+#ifndef _nebula2_statefile_h_
+#define _nebula2_statefile_h_
+
+#include <stdint.h>
+#include "config.h"
+
+extern int state_load(config_t* conf, uint32_t* map, uint32_t* jobs_done);
+extern int state_save(config_t* conf, uint32_t* map, uint32_t jobs_done);
+
+#endif