include/database.h
author Markus Brökers <mbroeker@largo.homelinux.org>
Thu, 26 Aug 2010 18:22:18 +0200
changeset 56 99f85cd9b310
parent 0 586472add385
permissions -rw-r--r--
fixed an install error in the current build the /etc/rc.d/ folder does no longer exist under ubuntu

/**
 *  $Id: database.h 46 2008-01-09 23:59:17Z mbroeker $
 * $URL: http://localhost/svn/c/mcbot/trunk/include/database.h $
 *
 */

#ifndef DATABASE_H
#define DATABASE_H

char *db_insert (char *, char *, char *, int);
char *db_remove (char *, char *);
char *db_lookup (char *, char *);
char *db_list (char *);
char *db_elements (char *);
char *db_vaccuum (char *);
#endif