summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:49:09 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2008-01-21 03:49:09 +0000
commit728471bb8cf5a9d253cf45b0aebe65567a4cc742 (patch)
tree8c48e2da5df49458b9b8d77b938d75ac6af02f2f /h/zephyr
parentb00df27e52940d6453aafea55a6f0f453828e2b6 (diff)
another prototype to kill warning
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 035e15e..a61c95f 100644
--- a/h/zephyr/zephyr.h
+++ b/h/zephyr/zephyr.h
@@ -193,6 +193,7 @@ Code_t ZClosePort(void);
Code_t ZFlushLocations(void);
Code_t ZFlushSubscriptions(void);
Code_t ZFreeNotice(ZNotice_t *notice);
+Code_t ZGetLocations(ZLocations_t *, int *);
Code_t ZParseLocations(register ZNotice_t *notice,
register ZAsyncLocateData_t *zald, int *nlocs,
char **user);