summaryrefslogtreecommitdiff
path: root/src/common/weelist.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-06-14 15:43:33 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-06-14 15:43:33 +0000
commitf6ff17ebb0a990e517454e92f3879684b459fef6 (patch)
tree19507705f7fcb0ca87cafabaca2d0c33c604749d /src/common/weelist.h
parent98338e2e2001de26df88978f80beabe63dfcc4aa (diff)
downloadweechat-f6ff17ebb0a990e517454e92f3879684b459fef6.zip
Added completion info for buffers in crash/debug dump
Diffstat (limited to 'src/common/weelist.h')
-rw-r--r--src/common/weelist.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/weelist.h b/src/common/weelist.h
index 1818bd022..3350a3fc8 100644
--- a/src/common/weelist.h
+++ b/src/common/weelist.h
@@ -30,8 +30,9 @@ struct t_weelist
t_weelist *next_weelist;
};
-t_weelist *weelist_search (t_weelist *, char *);
-t_weelist *weelist_add (t_weelist **, t_weelist **, char *);
-void weelist_remove (t_weelist **, t_weelist **, t_weelist *);
+extern t_weelist *weelist_search (t_weelist *, char *);
+extern t_weelist *weelist_add (t_weelist **, t_weelist **, char *);
+extern void weelist_remove (t_weelist **, t_weelist **, t_weelist *);
+extern void weelist_print_log (t_weelist *, char *);
#endif /* weelist.h */