X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=4ed2c2f2485dca6bb36222fd843f57858f833851;hb=f6217395d8bbcd52875c0746f59b042655d0e19c;hp=ba66fcceb81047b3263aa2f8921368c4f99f21eb;hpb=dae0a0057787b029f25dfa148dda42e24a56ef34;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index ba66fcceb..4ed2c2f24 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -730,7 +730,6 @@ void serv_gets(char *strbuf); void serv_write(const char *buf, int nbytes); void serv_putbuf(const StrBuf *string); void serv_printf(const char *format,...)__attribute__((__format__(__printf__,1,2))); -void load_floorlist(StrBuf *Buf); void shutdown_sessions(void); void do_housekeeping(void); void smart_goto(const StrBuf *);