Skip to content

Commit

Permalink
ee: Remove function prototype for main.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Apr 18, 2023
1 parent 87cc8c6 commit 215927f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/ee/ee.c
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 215927f

Please sign in to comment.