zathura
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
config.h
Go to the documentation of this file.
1 /* See LICENSE file for license and copyright information */
2 
3 #ifndef CONFIG_H
4 #define CONFIG_H
5 
6 #define GLOBAL_RC "/etc/zathurarc"
7 #define ZATHURA_RC "zathurarc"
8 
9 #include "zathura.h"
10 
16 void config_load_default(zathura_t* zathura);
17 
24 void config_load_file(zathura_t* zathura, char* path);
25 
26 #endif // CONFIG_H