mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 15:56:21 +00:00
Added new help format to c plugins WIP
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
#ifndef PLUGINS_H
|
||||
#define PLUGINS_H
|
||||
|
||||
#include "command/command.h"
|
||||
|
||||
typedef enum {
|
||||
LANG_C
|
||||
} lang_t;
|
||||
@@ -100,6 +102,7 @@ void plugins_post_priv_message_send(const char * const jid, const char * const
|
||||
gboolean plugins_run_command(const char * const cmd);
|
||||
void plugins_run_timed(void);
|
||||
gchar * plugins_get_dir(void);
|
||||
CommandHelp* plugins_get_help(const char *const cmd);
|
||||
|
||||
void plugins_win_process_line(char *win, const char * const line);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user