summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
new file mode 100644
index 0000000..2f190f4
--- /dev/null
+++ b/src/setup.h
@@ -0,0 +1,8 @@
+#ifndef _SETUP_H
+#define _SETUP_H
+
+#include "settings.h"
+
+int setup_interactively(settings_t *settings, int (*setup_func)(settings_t *settings, setting_desc_t **next), int defaults);
+
+#endif
© All Rights Reserved