diff options
Diffstat (limited to 'other/fizzbounce/main.h')
| -rw-r--r-- | other/fizzbounce/main.h | 14 |
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 | |||
| 8 | void srv_main (char *connip, char *connport, char *ircip, char *ircport); | ||
| 9 | void usage (void); | ||
| 10 | void banner (void); | ||
| 11 | void quit (void); | ||
| 12 | |||
| 13 | #endif | ||
| 14 | |||
