Now we name all the private contexts.
[citadel.git] / citadel / include / ctdl_module.h
index d17a9861bcc91b5eb37b2034465adb14ec42131c..97fdf7eb36ea1382cba23c183e2f330fe74aae7e 100644 (file)
@@ -147,6 +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);