1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-12-21 23:29:16 +00:00

Add missing function decls

This commit is contained in:
Peter Evans 2018-02-26 18:53:59 -06:00
parent d1a6441c5a
commit 4b4e58089b

View File

@ -66,7 +66,9 @@ struct vm_debug_args {
#define DEBUG_CMD(x) \
void vm_debug_cmd_##x (vm_debug_args *args)
extern int vm_debug_addr(const char *);
extern bool vm_debug_broke(int);
extern char *vm_debug_next_arg(char **);
extern char *vm_debug_prompt();
extern vm_debug_cmd *vm_debug_find_cmd(const char *);
extern void vm_debug_break(int);