2010-11-10 20:31:15 +01:00
|
|
|
/* See LICENSE file for license and copyright information */
|
2010-11-10 20:47:53 +01:00
|
|
|
|
|
|
|
#ifndef CONFIG_H
|
|
|
|
#define CONFIG_H
|
|
|
|
|
2011-01-24 09:40:05 +01:00
|
|
|
void config_load_default(void);
|
2010-11-12 13:48:18 +01:00
|
|
|
|
2010-11-10 20:47:53 +01:00
|
|
|
#endif // CONFIG_H
|