summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Jeffrey Hutzelman <jhutz@cmu.edu>2013-02-17 17:25:38 -0500
committerGravatar Karl Ramm <kcr@1ts.org>2013-02-17 18:09:40 -0500
commit1076f98863a6a5c740dc9f6554c11fc9c75b0899 (patch)
tree7a2178344cc6aa6b363905df9953ccf51b63ae6f /h
parent8e8cb752c09715f43231859169a505aa05ae3f8e (diff)
Send IPv4 addresses ASCII-encoded in v4 bdumps
This fixes #94
Diffstat (limited to 'h')
-rw-r--r--h/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/internal.h b/h/internal.h
index 5cf2128..8aa7ffd 100644
--- a/h/internal.h
+++ b/h/internal.h
@@ -110,6 +110,7 @@ Code_t Z_XmitFragment (ZNotice_t*, char *,int,int);
void Z_RemQueue (struct _Z_InputQ *);
Code_t Z_AddNoticeToEntry (struct _Z_InputQ*, ZNotice_t*, int);
Code_t Z_FormatAuthHeader (ZNotice_t *, char *, int, int *, Z_AuthProc);
+Code_t Z_FormatAuthHeaderWithASCIIAddress (ZNotice_t *, char *, int, int *);
Code_t Z_FormatHeader (ZNotice_t *, char *, int, int *, Z_AuthProc);
Code_t Z_FormatRawHeader (ZNotice_t *, char*, int,
int*, char **, char **);