summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 04:16:39 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 04:16:39 +0000
commit67f688ab3158f4cf4d5ac435359a326f224f7a51 (patch)
tree18409b3a3581a5ebcd47eda95e3fcda06416b55f /h/zephyr
parent07491fb18538fb6888c57ec8779c9cd76822a990 (diff)
more exported things to smash warnings. yaya
Diffstat (limited to 'h/zephyr')
-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 24d6d8e..45971fb 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -159,6 +159,7 @@ Code_t ZFormatNotice(ZNotice_t*, char**, int*, Z_AuthProc);
Code_t ZFormatSmallNotice(ZNotice_t*, ZPacket_t, int*, Z_AuthProc);
Code_t ZFormatRawNoticeList(ZNotice_t *, char *[], int, char **, int *);
Code_t ZFormatSmallRawNotice(ZNotice_t *, ZPacket_t, int *);
+Code_t ZNewFormatSmallRawNotice(ZNotice_t *, ZPacket_t, int *);
Code_t ZLocateUser(char *, int *, Z_AuthProc);
Code_t ZRequestLocations(char *, ZAsyncLocateData_t *,
ZNotice_Kind_t, Z_AuthProc);