summaryrefslogtreecommitdiffstats
path: root/src/main.h
blob: c23d87da15d28f973709fe216b2121e07416bf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef foomainhfoo
#define foomainhfoo

#include <oop.h>

#include "cmdline.h"

extern oop_source* event_source;

extern const char *appname, *username;

extern struct gengetopt_args_info args;

#endif