mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 02:56:21 +00:00
Added python plugins code
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include "command/command.h"
|
||||
|
||||
typedef enum {
|
||||
LANG_PYTHON,
|
||||
LANG_C
|
||||
} lang_t;
|
||||
|
||||
@@ -106,4 +107,5 @@ 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