mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:03:48 +01:00
9 lines
145 B
C
9 lines
145 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
void config_load_default();
|
|
|
|
#endif // CONFIG_H
|