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

#include <oop.h>

#include "cmdline.h"

extern oop_source* event_source;

extern const char *appname;

extern struct gengetopt_args_info args;

extern uid_t target_uid;
extern gid_t target_gid;

#endif