]> andersk Git - moira.git/blobdiff - include/ureg_proto.h
Command line printer manipulation client, and build goo.
[moira.git] / include / ureg_proto.h
index 92a4dc3cbb525642661905b4a6bc58c310b4a70f..1122c203275472d63ddba82c2610289b594647dc 100644 (file)
@@ -1,9 +1,6 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
+/* $Id$
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
  *
  */
 
 #define UREG_GET_SECURE 5
 #define UREG_SET_SECURE 6
 
-typedef u_long U_32BIT;
+typedef unsigned long U_32BIT;
+
+#ifndef REG_SVR
+/* (client) prototypes from reg_stubs.c */
+int ureg_init(void);
+int verify_user(char *first, char *last, char *idnumber,
+               char *hashidnumber, char *login);
+int grab_login(char *first, char *last, char *idnumber, char *hashidnumber,
+              char *login);
+int enroll_login(char *first, char *last, char *idnumber, char *hashidnumber,
+                char *login);
+int set_password(char *first, char *last, char *idnumber, char *hashidnumber,
+                char *password);
+int get_krb(char *first, char *last, char *idnumber, char *hashidnumber,
+           char *password);
+#endif
This page took 0.469727 seconds and 4 git commands to generate.