diff --git a/include/compat.h b/include/compat.h new file mode 100644 --- /dev/null +++ b/include/compat.h @@ -0,0 +1,11 @@ +/** + * $Id: irc.h 171 2008-08-10 18:00:10Z mbroeker $ + * $URL: http://localhost/svn/c/mcbot/trunk/include/compat.h $ + * + */ + +#ifndef COMPAT_H +#define COMPAT_H + +char *compat_strdup (const char *); +#endif