summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-03-28 21:03:38 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-03-28 21:03:38 +0000
commit9ce7ee31b9249b54ceb0ba95e569dc512bfff853 (patch)
tree111e4fc6b352d8c0ab03f67a5c39d31627c693a3 /h
parente4275b6a57756a3f15e2a28202d3b9ea2640e9e0 (diff)
I want to get this in now so the structure can stop changing size.
Basically, the plan is to have pointers to each header indiviual header field in z_hdr_fields.
Diffstat (limited to 'h')
-rw-r--r--h/zephyr/zephyr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index c2420f7..e9ace2b 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -113,6 +113,7 @@ typedef struct _ZNotice_t {
caddr_t z_message;
int z_message_len;
int z_num_hdr_fields;
+ char ** z_hdr_fields;
} ZNotice_t;
/* Subscription structure */