X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/blobdiff_plain/6e6374cb8ee685a06eac91f283a726cb10c08e72..refs/heads/qvalidate:/include/ureg_proto.h diff --git a/include/ureg_proto.h b/include/ureg_proto.h index 8cc223dd..92a4dc3c 100644 --- a/include/ureg_proto.h +++ b/include/ureg_proto.h @@ -5,22 +5,14 @@ * * Copyright (C) 1987 by the Massachusetts Institute of Technology * - * $Log$ - * Revision 1.1 1987-08-22 18:40:35 wesommer - * Initial revision - * */ #define UREG_VERIFY_USER 0 #define UREG_RESERVE_LOGIN 1 #define UREG_SET_PASSWORD 2 -/* - * Local Variables: - * mode: c - * c-indent-level: 4 - * c-continued-statement-offset: 4 - * c-brace-offset: -4 - * c-argdecl-indent: 4 - * c-label-offset: -4 - * End: - */ +#define UREG_SET_IDENT 3 +#define UREG_GET_KRB 4 +#define UREG_GET_SECURE 5 +#define UREG_SET_SECURE 6 + +typedef u_long U_32BIT;