]> jfr.im git - solanum.git/blobdiff - bandb/bantool.c
m_kline: check only the added K-line
[solanum.git] / bandb / bantool.c
index e89fa5b9e4931ab1352c41647c33113c4ca37948..f4547eb9b48b2e56d35eded427cbff9d2b8c1979 100644 (file)
@@ -43,7 +43,6 @@
 #include "rsdb.h"
 
 #define EmptyString(x) ((x == NULL) || (*(x) == '\0'))
-#define CheckEmpty(x) EmptyString(x) ? "" : x
 
 #define BT_VERSION "0.4.1"
 
@@ -119,7 +118,7 @@ static void db_reclaim_slack(void);
 static void export_config(const char *conf, int id);
 static void import_config(const char *conf, int id);
 static void check_schema(void);
-static void print_help(int i_exit);
+static void print_help(int i_exit) __attribute__((noreturn));
 static void wipe_schema(void);
 static void drop_dupes(const char *user, const char *host, const char *t);