summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 2c989e88..b00d8f48 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -463,9 +463,14 @@ typedef struct word_t {
typedef struct commands_t {
int (*cmdfunc)();
int level;
- char *desc; /* next/key/description */
+ int desc; /* next/key/description */
} commands_t;
+typedef struct loginview_file_t {
+ char *path;
+ int string_index;
+} loginview_file_t;
+
typedef struct MailQueue {
char filepath[FNLEN];
char subject[STRLEN];