X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=3ae478722e07a1a5df77d2639afc666e84009ec6;hb=452067d76c1c0a1824321394db4af2c4f1438af0;hp=67131a5eb3345459997438163531d0ecc89f33b3;hpb=898bab06ba7d6cf04a9b5e41bfcc6319ff3bb8de;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 67131a5eb..3ae478722 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -53,7 +53,7 @@ #include #endif -#ifdef HAVE_USELOCALE +#ifdef ENABLE_NLS #ifdef HAVE_XLOCALE_H #include #endif @@ -128,9 +128,9 @@ extern char *ssl_cipher_list; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 810 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 810 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 810 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 812 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 812 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 812 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */ @@ -267,7 +267,6 @@ extern char *ssl_cipher_list; #define EXPIRE_AGE 3 /* Expire messages after n days */ typedef struct __ExpirePolicy { - int loaded; /* has this been loaded from the server? */ int expire_mode; int expire_value; } ExpirePolicy; @@ -692,8 +691,6 @@ void CreateMimeStr(void); void pop_destination(void); -void fmout(const char *align); -void _fmout(StrBuf *Targt, const char *align); void FmOut(StrBuf *Target, const char *align, const StrBuf *Source); void wDumpContent(int); @@ -758,6 +755,8 @@ void end_tab(int tabnum, int num_tabs); int get_time_format_cached (void); void display_wiki_pagelist(void); +void str_wiki_index(char *); + HashList *GetRoomListHashLKRA(StrBuf *Target, WCTemplputParams *TP); /* actual supported locales */ @@ -819,3 +818,4 @@ struct bltr { struct bltr blogview_learn_thread_references(long msgnum); void tmplput_blog_permalink(StrBuf *Target, WCTemplputParams *TP); +void display_summary_page(void);