summaryrefslogtreecommitdiff
path: root/lib/ZAsyncLocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZAsyncLocate.c')
-rw-r--r--lib/ZAsyncLocate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ZAsyncLocate.c b/lib/ZAsyncLocate.c
index 37f61fa..78b3f2a 100644
--- a/lib/ZAsyncLocate.c
+++ b/lib/ZAsyncLocate.c
@@ -12,12 +12,12 @@
*/
/* $Header$ */
+#include <internal.h>
+
#ifndef lint
-static char rcsid_ZAsyncLocate_c[] = "$Id$";
+static const char rcsid_ZAsyncLocate_c[] = "$Id$";
#endif
-#include <zephyr/zephyr_internal.h>
-
Code_t ZRequestLocations(user, zald, kind, auth)
char *user;
register ZAsyncLocateData_t *zald;
@@ -153,7 +153,7 @@ Code_t ZParseLocations(notice,zald,nlocs,user)
int ZCompareALDPred(notice, zald)
ZNotice_t *notice;
- char *zald;
+ void *zald;
{
return(ZCompareUID(&(notice->z_multiuid),
&(((ZAsyncLocateData_t *) zald)->uid)));