X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/eff48c1250f7f654a00495c5048766a9261c64ce..2d80199d7bc25b4c6e4a5ac986f8902770e82d96:/comm-common.c diff --git a/comm-common.c b/comm-common.c index a384ba6..4bbc871 100644 --- a/comm-common.c +++ b/comm-common.c @@ -20,6 +20,12 @@ #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;