chiark / gitweb /
not implemented things -> assert !implemented
[adns.git] / client / adh-main.c
index 121c195ded555e14153d7d10e2a0c5056b5a4343..289f0d43c80770d09dbe520c463a8a00ee446ca0 100644 (file)
@@ -68,13 +68,13 @@ char *xstrsave(const char *str) {
   return p;
 }
 
-void of_type(const struct optioninfo *oi, const char *arg) { abort(); }
+void of_type(const struct optioninfo *oi, const char *arg) { assert(!"implemented"); }
 
 int rcode;
 
 void setnonblock(int fd, int nonblock) { }
 
-static void read_query(void) { abort(); }
+static void read_query(void) { assert(!"implemented"); }
 
 int main(int argc, const char *const *argv) {
   const char *arg;