zathura/config.h
2011-02-08 14:51:53 +08:00

12 lines
220 B
C

/* See LICENSE file for license and copyright information */
#ifndef CONFIG_H
#define CONFIG_H
/**
* This function loads the default values of the configuration
*/
void config_load_default(void);
#endif // CONFIG_H