X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=3f3739e274b85ae4ec3fb84216368b96b83e5856;hb=43edf552b83666922ebfd007bcc1449554e7aaad;hp=e7374205da18f033568ce4c00b3d668b03b7328f;hpb=c2d09d427f488cde019d1429d38e07d89f0d99ba;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index e7374205d..3f3739e27 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -60,7 +60,6 @@ #include "support.h" #include "locate_host.h" #include "room_ops.h" -#include "file_ops.h" #include "control.h" #include "euidindex.h" #include "context.h" @@ -273,7 +272,7 @@ char CtdlCheckExpress(void) { * (for example, to show the location of the user rather than the location * of the client). */ -int is_public_client(void) +int CtdlIsPublicClient(void) { char buf[1024]; char addrbuf[1024];