mod_musicindex  1.4.1
cache-file.h
Go to the documentation of this file.
1 /*
2  * cache-file.h
3  * mod_musicindex
4  *
5  * $Id: cache-file.h 705 2007-02-27 17:09:32Z varenet $
6  *
7  * Created by Thibaut VARENE on Wed Feb 23 2005.
8  * Copyright (c) 2005 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_FILE_H
17 #define CACHE_FILE_H
18 
19 int cache_file_setup(cmd_parms *cmd, const char *const setup_string, mu_config *const conf);
20 
21 #endif /* CACHE_FILE_H */