X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=comm-common.c;h=4bbc8717c7513b055cfd35e3be7563b21d8ad383;hb=d8a024fe35f4be56f4ac17fa68aee2264960a8ac;hp=a384ba63f2446cf7a4ddf039413c6283c0acbdc6;hpb=c215a4bc817daf7b5631236c3c7b6a509479b034;p=secnet.git 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;