X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/c215a4bc817daf7b5631236c3c7b6a509479b034..5dfe538bae53c5dc90151043c7da782bd54cb44c:/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;