From 9ce7ee31b9249b54ceb0ba95e569dc512bfff853 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 28 Mar 2009 21:03:38 +0000 Subject: 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. --- h/zephyr/zephyr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'h/zephyr') 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 */ -- cgit v1.2.3