X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=c3e9e2491d0669143e49de3248d54bf0aba1976e;hb=5a4d45f268174e4993e593b3c8200b5ea4f5aa35;hp=bbb86603530c8d909978462230bcddf61870a64c;hpb=53d291976a882c2cce331a0c398fa55500d49f44;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index bbb866035..c3e9e2491 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -664,6 +664,8 @@ void serv_puts(const char *string); void who(void); void push_destination(void); void pop_destination(void); +void robots_txt(void); +extern void do_404(void); void ajax_mini_calendar(void); void fmout(char *align);