]> code.citadel.org Git - citadel.git/blobdiff - citadel/include/ctdl_module.h
System users (SYS_*) now have proper user numbers.
[citadel.git] / citadel / include / ctdl_module.h
index 97fdf7eb36ea1382cba23c183e2f330fe74aae7e..90932ca82e3c3b701a5689ef8a9d645aa04b51e4 100644 (file)
@@ -147,7 +147,7 @@ void CtdlThreadAllocTSD(void);
  * You must free the returned pointer when done.
  */
 struct CitContext *CtdlGetContextArray (int *count);
-void CtdlFillPrivateContext(struct CitContext *context, char *name);
+void CtdlFillSystemContext(struct CitContext *context, char *name);