Removed the superfluous function fmt_date() in libcitadel since it just calls strftim...
[citadel.git] / libcitadel / lib / libcitadel.h
index 87ab9f21c8caf92937c6f7ec9fa06f9ebcb9353b..a360adf27ca41755531e491eca5a73bb735b87d5 100644 (file)
@@ -441,7 +441,6 @@ void StripSlashes(char *Dir, int TrailingSlash);
 size_t striplt(char *);
 int haschar(const char *st, int ch);
 void remove_token(char *source, int parmnum, char separator);
-void fmt_date(char *buf, size_t n, time_t thetime, int seconds);
 int is_msg_in_sequence_set(const char *mset, long msgnum);
 char *memreadline(char *start, char *buf, int maxlen);
 char *memreadlinelen(char *start, char *buf, int maxlen, int *retlen);