]> jfr.im git - solanum.git/blobdiff - ircd/bandbi.c
channel: silence harmless uninitialised variable warning
[solanum.git] / ircd / bandbi.c
index 15171b646f71802c9bc99d5207dcc25c317e7677..567f30fd7f1200a081f456c16b0184168ded7cd8 100644 (file)
@@ -46,6 +46,9 @@
 #include "msg.h"       /* XXX: MAXPARA */
 #include "operhash.h"
 
+static void
+bandb_handle_failure(rb_helper *helper, char **parv, int parc) __attribute__((noreturn));
+
 static char bandb_add_letter[LAST_BANDB_TYPE] = {
        'K', 'D', 'X', 'R'
 };