mod_musicindex  1.4.1
cache-mysql.h
Go to the documentation of this file.
1 /*
2  * cache-mysql.h
3  * mod_musicindex
4  *
5  * $Id: cache-mysql.h 889 2009-10-05 23:46:00Z varenet $
6  *
7  * Created by Thibaut VARENE on Wed Feb 23 2005.
8  * Copyright (c) 2005,2007 Thibaut VARENE
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU Lesser General Public License version 2.1,
12  * as published by the Free Software Foundation.
13  *
14  */
15 
16 #ifndef CACHE_SQL_H
17 #define CACHE_SQL_H
18 
19 int cache_mysql_setup(cmd_parms *cmd, const char *const setup_string, mu_config *const conf);
20 
21 #endif /* CACHE_SQL_H */