diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 6 | ||||
-rw-r--r-- | include/proto.h | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 6f461fbf..05ad02b9 100644 --- a/include/config.h +++ b/include/config.h @@ -41,12 +41,16 @@ #define GLOBAL_BUGREPORT "SYSOP" #endif +#ifndef GLOBAL_SYSOP +#define "SYSOP" +#endif + #ifndef GLOBAL_LAW #define GLOBAL_LAW BBSMNAME "Law" #endif #ifndef GLOBAL_NEWBIE -#define GLOBAL_NEWBIE BBSMNAME "NewHand" +#define GLOBAL_NEWBIE BBSMNAME "Newhand" #endif #ifndef GLOBAL_NOTE diff --git a/include/proto.h b/include/proto.h index 916de0f4..f7a4467d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -275,6 +275,7 @@ fav_t *get_fav_folder(fav_type_t *ft); fav_t *get_fav_root(void); int updatenewfav(int mode); void subscribe_newfav(void); +void reginit_fav(void); /* file */ int file_count_line(const char *file); |