summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
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);