summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorian <ian>2004-12-19 20:37:17 +0000
committerian <ian>2004-12-19 20:37:17 +0000
commit09ad658886320b63c087ca08166be5c2f6db5cd0 (patch)
tree0e7ed20b654c27f8a36ecf13b73ea1e38fc75fe7 /src
parentd3a102c4369f6b071040865063a7620261d74a6d (diff)
document the fact that you have to reassemble the messages
Diffstat (limited to 'src')
-rw-r--r--src/adns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/adns.h b/src/adns.h
index 99e32b1..5102446 100644
--- a/src/adns.h
+++ b/src/adns.h
@@ -363,6 +363,9 @@ int adns_init_strcfg(adns_state *newstate_r, adns_initflags flags,
typedef void adns_logcallbackfn(adns_state ads, void *logfndata,
const char *fmt, va_list al);
+ /* will be called perhaps several times for each message; when the
+ * message is complete, the string implied by fmt and al will end in
+ * a newline. */
int adns_init_logfn(adns_state *newstate_r, adns_initflags flags,
const char *configtext /*0=>use default config files*/,