author | Markus Bröker <mbroeker@largo.dyndns.tv> |
Sat, 13 Dec 2008 15:38:48 +0100 | |
changeset 7 | b04ef0b1cd3b |
parent 0 | 586472add385 |
child 8 | 3152de03758e |
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 |
||
18 |
char *parse (MSG *, short *); |
|
19 |
#endif |