equal
deleted
inserted
replaced
|
1 /** |
|
2 * $Id: irc.h 171 2008-08-10 18:00:10Z mbroeker $ |
|
3 * $URL: http://localhost/svn/c/mcbot/trunk/include/compat.h $ |
|
4 * |
|
5 */ |
|
6 |
|
7 #ifndef COMPAT_H |
|
8 #define COMPAT_H |
|
9 |
|
10 char *compat_strdup (const char *); |
|
11 #endif |