memcached.h

Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * Copyright (C) 2009 Henning Westerholt
00005  *
00006  * This file is part of Kamailio, a free SIP server.
00007  *
00008  * Kamailio is free software; you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License as published by
00010  * the Free Software Foundation; either version 2 of the License, or
00011  * (at your option) any later version
00012  *
00013  * Kamailio is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  * GNU General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU General Public License along
00019  * with this program; if not, see <http://www.gnu.org/licenses/>.
00020  */
00021 
00027 #include <memcache.h>
00028 
00029 #ifndef MEMCACHED_H
00030 #define MEMCACHED_H
00031 
00033 extern char* db_memcached_srv_str;
00035 extern unsigned int memcached_expire;
00037 extern unsigned int memcached_mode;
00039 extern int memcached_timeout;
00041 extern struct memcache* memcached_h;
00042 
00043 
00044 #endif