summaryrefslogtreecommitdiff
path: root/alpine/mailindx.h
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/mailindx.h')
-rw-r--r--alpine/mailindx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/mailindx.h b/alpine/mailindx.h
index f26e512..b68edbf 100644
--- a/alpine/mailindx.h
+++ b/alpine/mailindx.h
@@ -91,7 +91,7 @@ typedef enum {MsgIndex, MultiMsgIndex, ZoomIndex, ThreadIndex} IndexType;
extern struct index_state *current_index_state;
-/* exported protoypes */
+/* exported prototypes */
void mail_index_screen(struct pine *);
struct key_menu *do_index_border(CONTEXT_S *, char *, MAILSTREAM *, MSGNO_S *, IndexType, int *, int);
void *stop_threading_temporarily(void);