summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..1ff924a
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,10 @@
+#ifndef _MAIN_H_
+#define _MAIN_H_
+
+#include <time.h>
+
+void main_getStatus( const char **nextAction, time_t *deadline );
+
+struct user* main_getUser( const char *terminal );
+
+#endif