X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=97fdf7eb36ea1382cba23c183e2f330fe74aae7e;hb=e739cb7572012e2a0a9b820757f4e2adf7b37a63;hp=d17a9861bcc91b5eb37b2034465adb14ec42131c;hpb=60617b628daa3da5c4d8343d7623e70666ff4a3e;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index d17a9861b..97fdf7eb3 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -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);