include/compat.h
author Markus Bröker <mbroeker@largo.dyndns.tv>
Fri, 10 Apr 2009 21:03:24 +0200
changeset 35 3fedae1f6ceb
parent 13 d3554afaa768
child 49 59b09b0aeb96
permissions -rw-r--r--
Lintian Checks Don't use bashisms in debian scripts. committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 *  $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