X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;h=2f4534f1962c7efda3b74924fc5285f19df607d8;hb=acddc5761717d2f004a8380bef154e7a5f954938;hp=a07682c34aa446d2dfeb183dc64570791e873c63;hpb=d6be8789cf70fea7b80d333f28ce63e370f1fd07;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h index a07682c34..2f4534f19 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -23,3 +23,6 @@ void cmd_down (void); void cmd_scdn (char *argbuf); void cmd_extn (char *argbuf); void *context_loop (struct CitContext *con); +void deallocate_user_data(struct CitContext *con); +void *CtdlGetUserData(unsigned long requested_sym); +void CtdlAllocUserData(unsigned long requested_sym, size_t num_bytes);