patch 9.0.0395: clang warnings for function prototypes

Problem:    Clang warnings for function prototypes.
Solution:   Remove incomplete function prototypes. (closes #11068)
This commit is contained in:
Philip H
2022-09-06 16:31:26 +01:00
committed by Bram Moolenaar
parent 5903aaf7eb
commit 635bb49085
2 changed files with 2 additions and 3 deletions

View File

@ -703,6 +703,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
395,
/**/
394,
/**/

View File

@ -134,9 +134,6 @@ extern void perror __P((char *));
# endif
#endif
extern long int strtol();
extern long int ftell();
char version[] = "xxd 2022-01-14 by Juergen Weigert et al.";
#ifdef WIN32
char osver[] = " (Win32)";