X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=6326d5ef7861fd7e86341ae1bc01fd4c7116df99;hb=a5a9ed4eeca2e58a55a0d5dfab2ee2c1afb445de;hp=eaabb22f418875d1c09d9838d5b0260c9b866cee;hpb=881a7a20d4997a43d622cf30533859a65e6bfde3;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index eaabb22f4..6326d5ef7 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -15,6 +15,10 @@ #define CTDL_INIT_CALL(module_name) ctdl_module_##module_name##_init (threading) +#define CTDL_MODULE_UPGRADE(module_name) char *ctdl_module_##module_name##_upgrade (void) + +#define CTDL_UPGRADE_CALL(module_name) ctdl_module_##module_name##_upgrade () + /* * Prototype for making log entries in Citadel.