X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finclude%2Fctdl_module.h;h=8c0efb0e173647739db7f877ef7ff1b884565fbb;hb=15e5e9fa5d67fd415fac5962a62fabf5d8a9e3dc;hp=905446ee55aa8d0a7e387cdce09c9e9c128f6a17;hpb=603ff2a7733a3a7f4d078cb1bf011ff05b2e8316;p=citadel.git diff --git a/citadel/include/ctdl_module.h b/citadel/include/ctdl_module.h index 905446ee5..8c0efb0e1 100644 --- a/citadel/include/ctdl_module.h +++ b/citadel/include/ctdl_module.h @@ -45,10 +45,11 @@ void CtdlRegisterProtoHook(void (*handler)(char *), char *cmd, char *desc); void CtdlUnregisterProtoHook(void (*handler)(char *), char *cmd); void CtdlRegisterServiceHook(int tcp_port, - char *sockpath, - void (*h_greeting_function) (void), - void (*h_command_function) (void), - void (*h_async_function) (void) + char *sockpath, + void (*h_greeting_function) (void), + void (*h_command_function) (void), + void (*h_async_function) (void), + const char *ServiceName ); void CtdlUnregisterServiceHook(int tcp_port, char *sockpath,