mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 16:46:21 +00:00
Plugins: Added account_name and fulljid to prof_init hook
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct prof_plugin_t {
|
||||
lang_t lang;
|
||||
void *module;
|
||||
void (*init_func)(struct prof_plugin_t* plugin, const char * const version,
|
||||
const char * const status);
|
||||
const char * const status, const char *const account_name, const char *const fulljid);
|
||||
|
||||
void (*on_start_func)(struct prof_plugin_t* plugin);
|
||||
void (*on_shutdown_func)(struct prof_plugin_t* plugin);
|
||||
|
||||
Reference in New Issue
Block a user