X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=comm-common.c;h=b855b9d6c0f156d546b9ebc0adcef32127e4ec38;hb=28be7fc6d923d51eff492fd4da5c011bf4a70c1f;hp=a384ba63f2446cf7a4ddf039413c6283c0acbdc6;hpb=c215a4bc817daf7b5631236c3c7b6a509479b034;p=secnet.git diff --git a/comm-common.c b/comm-common.c index a384ba6..b855b9d 100644 --- a/comm-common.c +++ b/comm-common.c @@ -4,7 +4,7 @@ * * secnet is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version d of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * secnet is distributed in the hope that it will be useful, but @@ -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;