Parent Directory
|
Revision Log
|
Patch
revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC | revision 33 by twoaday, Tue Oct 25 07:46:20 2005 UTC | |
---|---|---|
# | Line 66 enum keyedit_commands { | Line 66 enum keyedit_commands { |
66 | ||
67 | ||
68 | /* Symbolic ids for the subkey columns. */ | /* Symbolic ids for the subkey columns. */ |
69 | enum { | enum subk_col_t { |
70 | SUBK_COL_DESC = 0, | SUBK_COL_DESC = 0, |
71 | SUBK_COL_KEYID = 1, | SUBK_COL_KEYID = 1, |
72 | SUBK_COL_CREATION = 2, | SUBK_COL_CREATION = 2, |
# | Line 79 enum { | Line 79 enum { |
79 | }; | }; |
80 | ||
81 | /* Symbolic ids for the userid columns. */ | /* Symbolic ids for the userid columns. */ |
82 | enum { | enum uid_col_t { |
83 | UID_COL_VALID = 0, | UID_COL_VALID = 0, |
84 | UID_COL_NAME = 1, | UID_COL_NAME = 1, |
85 | UID_COL_EMAIL = 2, | UID_COL_EMAIL = 2, |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |