chiark / gitweb /
When turning on debug, turn on verbose too.
[secnet.git] / comm-common.c
index a384ba63f2446cf7a4ddf039413c6283c0acbdc6..4bbc8717c7513b055cfd35e3be7563b21d8ad383 100644 (file)
 #include "secnet.h"
 #include "comm-common.h"
 
+struct comm_clientinfo *comm_clientinfo_ignore(void *state, dict_t *dict,
+                                              struct cloc cloc)
+{
+    return 0;
+}
+
 void comm_request_notify(void *commst, void *nst, comm_notify_fn *fn)
 {
     struct commcommon *st=commst;