summaryrefslogtreecommitdiff
path: root/other/fizzbounce/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/fizzbounce/main.h')
-rw-r--r--other/fizzbounce/main.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/other/fizzbounce/main.h b/other/fizzbounce/main.h
new file mode 100644
index 0000000..de6875f
--- /dev/null
+++ b/other/fizzbounce/main.h
@@ -0,0 +1,14 @@
1
2#ifndef FIZZ_MAIN_H
3#define FIZZ_MAIN_H
4
5#define VERSION "v0.2-b990709-double-spin-kick-edition-:-)"
6#define AUTHORS "team teso"
7
8void srv_main (char *connip, char *connport, char *ircip, char *ircport);
9void usage (void);
10void banner (void);
11void quit (void);
12
13#endif
14