Commit a5e5b651 a5e5b651634ee070358e4391960e381d7269778e by Sergey Poznyakoff

Remove the declaration of cursor

1 parent a7f35d2f
......@@ -175,7 +175,6 @@ typedef int (*msg_handler_t) (msgset_t *mp, mu_message_t mesg, void *data);
/* Global variables and constants*/
extern mu_mailbox_t mbox;
extern size_t cursor;
extern size_t total;
extern FILE *ofile;
extern int interactive;
......