mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 06:06:00 +01:00
13 lines
256 B
C
13 lines
256 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#include "zathura.h"
|
|
|
|
/**
|
|
* This function loads the default values of the configuration
|
|
*/
|
|
void config_load_default(zathura_t* zathura);
|
|
|
|
#endif // CONFIG_H
|