From f7cd45464fd7c037f6a60098ae77760998b3b4b6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 10 May 2019 15:25:43 +0200 Subject: Initial commit --- src/main.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main.h (limited to 'src/main.h') 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 + +void main_getStatus( const char **nextAction, time_t *deadline ); + +struct user* main_getUser( const char *terminal ); + +#endif -- cgit v1.2.3-55-g7522