]> andersk Git - moira.git/blame_incremental - include/ureg_proto.h
grammar fixes
[moira.git] / include / ureg_proto.h
... / ...
CommitLineData
1/*
2 * $Source$
3 * $Author$
4 * $Header$
5 *
6 * Copyright (C) 1987 by the Massachusetts Institute of Technology
7 *
8 * $Log$
9 * Revision 1.2 1988-08-01 23:54:17 qjb
10 * added type U_32BIT
11 *
12 * Revision 1.1 87/08/22 18:40:35 wesommer
13 * Initial revision
14 *
15 */
16
17#define UREG_VERIFY_USER 0
18#define UREG_RESERVE_LOGIN 1
19#define UREG_SET_PASSWORD 2
20
21typedef u_long U_32BIT;
22
23/*
24 * Local Variables:
25 * mode: c
26 * c-indent-level: 4
27 * c-continued-statement-offset: 4
28 * c-brace-offset: -4
29 * c-argdecl-indent: 4
30 * c-label-offset: -4
31 * End:
32 */
This page took 0.033443 seconds and 5 git commands to generate.