X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=secnet.h;h=7da7c2d5a9935a7cd6bbb8285c8921faa7506594;hb=4a6ee8b677fd7addc97fc0d245f95ddde3b5f8e4;hp=95f3413325a8ef3319b3b2402698d583ec0242b5;hpb=780f3f09eb7833c57a0847ce3cd473dbb6ba3b36;p=secnet.git diff --git a/secnet.h b/secnet.h index 95f3413..7da7c2d 100644 --- a/secnet.h +++ b/secnet.h @@ -465,6 +465,13 @@ typedef struct comm_clientinfo *comm_clientinfo_fn(void *state, dict_t*, * The semantics depend on the dict and defined by the comm, and * should be documented in README. */ +enum { + comm_notify_whynot_general, + comm_notify_whynot_unpick, + comm_notify_whynot_name_local, + comm_notify_whynot_name_remote, +}; + /* Return True if the packet was processed, and shouldn't be passed to any other potential receivers. (buf is freed iff True returned.) */ typedef bool_t comm_notify_fn(void *state, struct buffer_if *buf,