]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/lib/ZLocateU.c
finalize -3
[1ts-debian.git] / zephyr / lib / ZLocateU.c
1 /* This file is part of the Project Athena Zephyr Notification System.
2  * It contains source for the ZLocateUser function.
3  *
4  *      Created by:     Robert French
5  *
6  *      $Id$
7  *
8  *      Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
9  *      For copying and distribution information, see the file
10  *      "mit-copyright.h". 
11  */
12
13 #ifndef lint
14 static char rcsid_ZLocateUser_c[] = "$Id$";
15 #endif
16
17 #include <internal.h>
18
19 Code_t ZLocateUser(user, nlocs)
20     char *user;
21     int *nlocs;
22 {
23    return(ZNewLocateUser(user,nlocs,ZAUTH));
24 }