X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_extensions.h;h=59dcfec3a3b93d11d3e064b1351eb3b99a016d17;hb=eee9a1429dd032114946aad9e70fd8d84afbe918;hp=0ef8e14083337390e5c3b697eebe785c6c3565c0;hpb=e85aa196b15dae29036b46a28412ce57961c85f9;p=citadel.git diff --git a/citadel/serv_extensions.h b/citadel/serv_extensions.h index 0ef8e1408..59dcfec3a 100644 --- a/citadel/serv_extensions.h +++ b/citadel/serv_extensions.h @@ -15,7 +15,7 @@ /* */ -typedef void (*CtdlDbgFunction) (void); +typedef void (*CtdlDbgFunction) (const int); @@ -85,7 +85,7 @@ void CtdlDestroySearchHooks(void); void CtdlDestroyFixedOutputHooks(void); int PerformFixedOutputHooks(char *, char *, int); -void CtdlRegisterDebugFlagHook(const char *Name, long len, CtdlDbgFunction F); +void CtdlRegisterDebugFlagHook(const char *Name, long len, CtdlDbgFunction F, const int *); void CtdlSetDebugLogFacilities(const char **Str, long n); void CtdlDestroyDebugTable(void);