X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.h;h=04e1458bf066facccafeb101eaf46c86101c0a15;hb=7eda06f15186213bc85e7fa448a48e25011ba8f5;hp=2f4534f1962c7efda3b74924fc5285f19df607d8;hpb=141e6923590a8099d7403b5b8d7a5fac5710ed5c;p=citadel.git diff --git a/citadel/citserver.h b/citadel/citserver.h index 2f4534f19..04e1458bf 100644 --- a/citadel/citserver.h +++ b/citadel/citserver.h @@ -26,3 +26,4 @@ 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); +int CtdlGetDynamicSymbol(void);