summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:46:25 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:46:25 +0000
commitb00df27e52940d6453aafea55a6f0f453828e2b6 (patch)
tree3ba585e6bcbf277aecb6b5e8eb0d250fe8567fd1 /h/zephyr
parent5bbdaaf2b5b6c3dee89279bd8a045148a39f6385 (diff)
add prototypes to slay warnings
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/h/zephyr/zephyr.h b/h/zephyr/zephyr.h
index dda9f2a..035e15e 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -186,6 +186,8 @@ Code_t ZFlushMyLocations(void);
char *ZParseExposureLevel(char *text);
Code_t ZFormatRawNotice(ZNotice_t *, char**, int *);
Code_t ZRetrieveSubscriptions(unsigned short, int*);
+Code_t ZRetrieveDefaultSubscriptions(int *);
+Code_t ZGetSubscriptions(ZSubscription_t *, int *);
Code_t ZOpenPort(unsigned short *port);
Code_t ZClosePort(void);
Code_t ZFlushLocations(void);