]> git.deb.at Git - pkg/abook.git/blob - options.h
Imported Upstream version 0.4.16
[pkg/abook.git] / options.h
1 #ifndef _OPTIONS_H
2 #define _OPTIONS_H
3
4 #define RCFILE          ".abookrc"
5 #define SYSWIDE_RCFILE  "/etc/abookrc"
6
7 #include "conff.h"
8
9 int     options_get_int(char *key);
10 char    *options_get_str(char *key);
11 void    init_options();
12 void    close_config();
13 void    load_options();
14 void    save_options();
15
16 #endif