X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=options.h;h=e45831447a320a99c9424b0f10f9b7b3ab451611;hb=7d50ad7bf95f96320e86f9201533ae308609aa05;hp=1aea84fb7b1302313704df1d529c4c0dd93d33f6;hpb=0d3c17d9ab127e5596c8fb97d65122b3b90f6b11;p=pkg%2Fabook.git diff --git a/options.h b/options.h index 1aea84f..e458314 100644 --- a/options.h +++ b/options.h @@ -1,7 +1,7 @@ #ifndef _OPTIONS_H #define _OPTIONS_H -#define RCFILE ".abookrc" +#define RCFILE "abookrc" #define SYSWIDE_RCFILE "/etc/abookrc" #include "conff.h" @@ -9,7 +9,6 @@ int options_get_int(char *key); char *options_get_str(char *key); void init_options(); -void edit_options(); void close_config(); void load_options(); void save_options();