]> andersk Git - moira.git/blob - clients/mmoira/mmoira.h
*** empty log message ***
[moira.git] / clients / mmoira / mmoira.h
1 /* $Header$ */
2
3 #include "data.h"
4
5 extern EntryForm *GetAndClearForm(), *GetForm();
6 extern char *user, *program_name;
7 extern char *user_states[], *nfs_states[];
8 extern char *StringValue();
9 extern int DisplayCallback();
10
11 #define HELPFILE        "/usr/athena/lib/moira.help"
12
13 #define MM_STATS        1
14 #define MM_CLIENTS      2
15 #define MM_SHOW_VALUE   3
16 #define MM_SHOW_ALIAS   4
17 #define MM_SHOW_HOST    5
18 #define MM_ADD_HOST     6
19 #define MM_MOD_HOST     7
20 #define MM_DEL_HOST     8
21 #define MM_CLEAR_HOST   9
22 #define MM_RESET_HOST   10
23 #define MM_SHOW_SERVICE 11
24 #define MM_ADD_SERVICE  12
25 #define MM_MOD_SERVICE  13
26 #define MM_DEL_SERVICE  14
27 #define MM_CLEAR_SERVICE        15
28 #define MM_RESET_SERVICE        16
29 #define MM_SHOW_DCM     17
30 #define MM_ENABLE_DCM   18
31 #define MM_TRIGGER_DCM  19
32 #define MM_SHOW_ZEPHYR  20
33 #define MM_ADD_ZEPHYR   21
34 #define MM_MOD_ZEPHYR   22
35 #define MM_DEL_ZEPHYR   23
36 #define MM_SHOW_PCAP    24
37 #define MM_ADD_PCAP     25
38 #define MM_MOD_PCAP     26
39 #define MM_DEL_PCAP     27
40 #define MM_SHOW_CLDATA  28
41 #define MM_ADD_CLDATA   29
42 #define MM_DEL_CLDATA   30
43 #define MM_SHOW_MCMAP   31
44 #define MM_ADD_MCMAP    32
45 #define MM_DEL_MCMAP    33
46 #define MM_SHOW_CLUSTER 34
47 #define MM_ADD_CLUSTER  35
48 #define MM_MOD_CLUSTER  36
49 #define MM_DEL_CLUSTER  37
50 #define MM_SHOW_MACH    38
51 #define MM_ADD_MACH     39
52 #define MM_MOD_MACH     40
53 #define MM_DEL_MACH     41
54 #define MM_SHOW_MEMBERS 42
55 #define MM_ADD_MEMBER   43
56 #define MM_DEL_MEMBER   44
57 #define MM_DEL_ALL_MEMBER       45
58 #define MM_SHOW_LIST    46
59 #define MM_SHOW_MAILLIST        47
60 #define MM_SHOW_ACE_USE 48
61 #define MM_ADD_LIST     49
62 #define MM_MOD_LIST     50
63 #define MM_DEL_LIST     51
64 #define MM_SHOW_QUOTA   52
65 #define MM_ADD_QUOTA    53
66 #define MM_MOD_QUOTA    54
67 #define MM_DEL_QUOTA    55
68 #define MM_SHOW_DQUOTA  56
69 #define MM_SET_DQUOTA   57
70 #define MM_SHOW_NFS     58
71 #define MM_ADD_NFS      59
72 #define MM_MOD_NFS      60
73 #define MM_DEL_NFS      61
74 #define MM_SHOW_FS_ALIAS        62
75 #define MM_ADD_FS_ALIAS 63
76 #define MM_DEL_FS_ALIAS 64
77 #define MM_SHOW_FSGROUP 65
78 #define MM_ADD_FSGROUP  66
79 #define MM_MOV_FSGROUP  67
80 #define MM_DEL_FSGROUP  68
81 #define MM_SHOW_FILSYS  69
82 #define MM_ADD_FILSYS   70
83 #define MM_MOD_FILSYS   71
84 #define MM_DEL_FILSYS   72
85 #define MM_SHOW_KRBMAP  73
86 #define MM_ADD_KRBMAP   74
87 #define MM_DEL_KRBMAP   75
88 #define MM_SHOW_POBOX   76
89 #define MM_SET_POBOX    77
90 #define MM_DEL_POBOX    78
91 #define MM_SHOW_USER    79
92 #define MM_ADD_USER     80
93 #define MM_REGISTER     81
94 #define MM_MOD_USER     82
95 #define MM_DEACTIVATE   83
96 #define MM_EXPUNGE      84
97 #define MM_SHOW_FINGER  85
98 #define MM_MOD_FINGER   86
99 #define MM_RESET_POBOX  87
100 #define MM_HELP_MOIRA   88
101 #define MM_HELP_WILDCARDS 89
102 #define MM_HELP_AUTHORS 90
103 #define MM_HELP_BUGS    91
104 #define MM_SAVE_LOG     92
105 #define MM_PERSISTANT_FORMS 93
106 #define MM_QUIT         94
This page took 0.050458 seconds and 5 git commands to generate.