summaryrefslogtreecommitdiffstats
path: root/src/main.h
blob: 1ff924a0f19b25fc66105d05b847c0c336061eec (plain) (blame)
1
2
3
4
5
6
7
8
9
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