mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 06:25:52 +01:00
8 lines
149 B
C
8 lines
149 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
void config_load_default(void);
|
|
|
|
#endif // CONFIG_H
|