svn: 672
@@ -6,6 +6,7 @@
#endif
#ifndef MAKING_MODS
+void restart_chons();
void lower_bot_linked(int idx);
void higher_bot_linked(int idx);
void answer_local_whom(int, int);
@@ -56,6 +56,7 @@
void sdprintf (char *, ...);
void init_signals();
+void init_debug();
void eggContext(const char *, int, const char *);
void eggContextNote(const char *, int, const char *, const char *);
void eggAssert(const char *, int, const char *);
@@ -66,6 +66,7 @@ typedef struct bind_table_b {
void kill_binds(void);
+void binds_init();
int check_bind(bind_table_t *table, const char *match, struct flag_record *_flags, ...);
bind_table_t *bind_table_add(const char *name, int nargs, const char *syntax, int match_type, int flags);