mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Format code with clang-format 16
This commit is contained in:
parent
663c773bff
commit
d17bcf619c
@ -47,7 +47,8 @@ int (*prof_cons_bad_cmd_usage)(const char *const cmd) = NULL;
|
|||||||
|
|
||||||
void (*_prof_register_command)(const char* filename, const char* command_name, int min_args, int max_args,
|
void (*_prof_register_command)(const char* filename, const char* command_name, int min_args, int max_args,
|
||||||
char** synopsis, const char* description, char* arguments[][2], char** examples,
|
char** synopsis, const char* description, char* arguments[][2], char** examples,
|
||||||
CMD_CB callback) = NULL;
|
CMD_CB callback)
|
||||||
|
= NULL;
|
||||||
|
|
||||||
void (*_prof_register_timed)(const char* filename, TIMED_CB callback, int interval_seconds) = NULL;
|
void (*_prof_register_timed)(const char* filename, TIMED_CB callback, int interval_seconds) = NULL;
|
||||||
|
|
||||||
@ -113,8 +114,10 @@ int (*prof_room_unset_message_char)(const char *roomjid) = NULL;
|
|||||||
|
|
||||||
int (*prof_chat_show)(const char* const barejid, const char* const message) = NULL;
|
int (*prof_chat_show)(const char* const barejid, const char* const message) = NULL;
|
||||||
int (*prof_chat_show_themed)(const char* const barejid, const char* const group, const char* const item, const char* const def,
|
int (*prof_chat_show_themed)(const char* const barejid, const char* const group, const char* const item, const char* const def,
|
||||||
const char *const ch, const char *const message) = NULL;
|
const char* const ch, const char* const message)
|
||||||
|
= NULL;
|
||||||
|
|
||||||
int (*prof_room_show)(const char* const roomjid, const char* const message) = NULL;
|
int (*prof_room_show)(const char* const roomjid, const char* const message) = NULL;
|
||||||
int (*prof_room_show_themed)(const char* const roomjid, const char* const group, const char* const item, const char* const def,
|
int (*prof_room_show_themed)(const char* const roomjid, const char* const group, const char* const item, const char* const def,
|
||||||
const char *const ch, const char *const message) = NULL;
|
const char* const ch, const char* const message)
|
||||||
|
= NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user