| 204 Code_t ZSetLocation(char *exposure); |
204 Code_t ZSetLocation(char *exposure); |
| 205 Code_t ZUnsetLocation(void); |
205 Code_t ZUnsetLocation(void); |
| 206 Code_t ZFlushMyLocations(void); |
206 Code_t ZFlushMyLocations(void); |
| 207 Code_t ZFormatRawNotice(ZNotice_t *, char **, int *); |
207 Code_t ZFormatRawNotice(ZNotice_t *, char **, int *); |
| 208 Code_t ZRetrieveSubscriptions(unsigned short, int *); |
208 Code_t ZRetrieveSubscriptions(unsigned short, int *); |
| |
209 Code_t ZGetSubscriptions(ZSubscription_t *, int *); |
| 209 Code_t ZOpenPort(unsigned short *port); |
210 Code_t ZOpenPort(unsigned short *port); |
| 210 Code_t ZClosePort(void); |
211 Code_t ZClosePort(void); |
| 211 Code_t ZFlushLocations(void); |
212 Code_t ZFlushLocations(void); |
| 212 Code_t ZFlushSubscriptions(void); |
213 Code_t ZFlushSubscriptions(void); |
| 213 Code_t ZFreeNotice(ZNotice_t *notice); |
214 Code_t ZFreeNotice(ZNotice_t *notice); |
| |
215 Code_t ZGetLocations(ZLocations_t *, int *); |
| 214 Code_t ZParseLocations(register ZNotice_t *notice, |
216 Code_t ZParseLocations(register ZNotice_t *notice, |
| 215 register ZAsyncLocateData_t *zald, int *nlocs, |
217 register ZAsyncLocateData_t *zald, int *nlocs, |
| 216 char **user); |
218 char **user); |
| 217 int ZCompareALDPred(ZNotice_t *notice, void *zald); |
219 int ZCompareALDPred(ZNotice_t *notice, void *zald); |
| 218 void ZFreeALD(register ZAsyncLocateData_t *zald); |
220 void ZFreeALD(register ZAsyncLocateData_t *zald); |