author | Markus Bröker <mbroeker@largo.dyndns.tv> |
Sat, 13 Dec 2008 15:38:49 +0100 | |
changeset 8 | 3152de03758e |
parent 0 | 586472add385 |
child 15 | f19c1f9b4cd3 |
permissions | -rw-r--r-- |
0 | 1 |
/** |
2 |
* $Id: mcbot.h 46 2008-01-09 23:59:17Z mbroeker $ |
|
3 |
* $URL: http://localhost/svn/c/mcbot/trunk/include/mcbot.h $ |
|
4 |
* |
|
5 |
*/ |
|
6 |
||
7 |
#ifndef MCBOT_H |
|
8 |
#define MCBOT_H |
|
9 |
||
10 |
#ifndef VERSION |
|
11 |
#define VERSION 0.0 |
|
12 |
#endif |
|
13 |
||
14 |
#ifndef IRC_H |
|
15 |
#include <irc.h> |
|
16 |
#endif |
|
17 |
||
8
3152de03758e
A critical change was introduced here...
Markus Bröker <mbroeker@largo.dyndns.tv>
parents:
0
diff
changeset
|
18 |
char *parse (MSG *); |
0 | 19 |
#endif |