]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blobdiff - zephyr/lib/ZLocateU.c
upstream tag
[1ts-debian.git] / zephyr / lib / ZLocateU.c
diff --git a/zephyr/lib/ZLocateU.c b/zephyr/lib/ZLocateU.c
new file mode 100644 (file)
index 0000000..d002853
--- /dev/null
@@ -0,0 +1,24 @@
+/* This file is part of the Project Athena Zephyr Notification System.
+ * It contains source for the ZLocateUser function.
+ *
+ *     Created by:     Robert French
+ *
+ *     $Id: ZLocateU.c,v 1.24 1999/01/22 23:19:14 ghudson Exp $
+ *
+ *     Copyright (c) 1987,1988 by the Massachusetts Institute of Technology.
+ *     For copying and distribution information, see the file
+ *     "mit-copyright.h". 
+ */
+
+#ifndef lint
+static char rcsid_ZLocateUser_c[] = "$Id: ZLocateU.c,v 1.24 1999/01/22 23:19:14 ghudson Exp $";
+#endif
+
+#include <internal.h>
+
+Code_t ZLocateUser(user, nlocs)
+    char *user;
+    int *nlocs;
+{
+   return(ZNewLocateUser(user,nlocs,ZAUTH));
+}