ee: Remove function prototype for main.

This commit is contained in:
John Baldwin 2023-04-18 12:53:05 -07:00
parent 87cc8c6be0
commit 215927f535

View file

@ -248,7 +248,6 @@ struct menu_entries {
int argument;
};
int main(int argc, char *argv[]);
unsigned char *resiz_line(int factor, struct text *rline, int rpos);
void insert(int character);
void delete(int disp);