]> git.deb.at Git - pkg/abook.git/blob - options.h
Initial revision
[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    edit_options();
13 void    close_config();
14 void    load_options();
15 void    save_options();
16
17 #endif