Added prof_cons_bad_cmd_usage plugin function

This commit is contained in:
James Booth
2016-02-18 22:25:43 +00:00
parent 0ed3b53bd2
commit 412dc13629
6 changed files with 20 additions and 45 deletions

View File

@@ -38,8 +38,8 @@
#include "plugins/callbacks.h"
void (*prof_cons_alert)(void) = NULL;
void (*prof_cons_show)(const char * const message) = NULL;
void (*prof_cons_bad_cmd_usage)(const char *const cmd) = NULL;
void (*prof_register_command)(const char *command_name, int min_args, int max_args,
const char **synopsis, const char *description, const char *arguments[][2], const char **examples,