git: 215927f5353a - main - ee: Remove function prototype for main.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 19:53:56 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=215927f5353a52a10dccf828115a017af959a72d commit 215927f5353a52a10dccf828115a017af959a72d Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2023-04-18 19:53:05 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2023-04-18 19:53:05 +0000 ee: Remove function prototype for main. --- contrib/ee/ee.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/ee/ee.c b/contrib/ee/ee.c index 3a422c922b2e..7f900df0c36b 100644 --- a/contrib/ee/ee.c +++ b/contrib/ee/ee.c @@ -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);