CtdlCheckExpress() now accepts a session context.
[citadel.git] / citadel / server / citserver.h
index 9eaaa16af037d979e92b88e852293ef3a32fa5ff..be4f3b75c76a3d6f620d6710dc1aa7d58727f503 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (c) 1987-2023 by the citadel.org team
+// Copyright (c) 1987-2024 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
 // is subject to the terms of the GNU General Public License, version 3.
@@ -35,7 +35,7 @@ void begin_session(struct CitContext *con);
 void citproto_begin_session(void);
 void citproto_begin_admin_session(void);
 void help_subst (char *strbuf, char *source, char *dest);
-char CtdlCheckExpress(void);
+char CtdlCheckExpress(struct CitContext *con);
 int CheckIfAlreadySeen(StrBuf *guid);
 void ctdl_lockfile(int);