zathura/config.h

16 lines
297 B
C
Raw Normal View History

2010-11-10 20:31:15 +01:00
/* See LICENSE file for license and copyright information */
#ifndef CONFIG_H
#define CONFIG_H
#include "zathura.h"
2011-02-08 07:51:53 +01:00
/**
* This function loads the default values of the configuration
2011-04-18 18:19:41 +02:00
*
* @param zathura the zathura session
2011-02-08 07:51:53 +01:00
*/
void config_load_default(zathura_t* zathura);
2010-11-12 13:48:18 +01:00
#endif // CONFIG_H