Remove local prototype for main().

This commit is contained in:
Juli Mallett 2002-06-15 11:28:09 +00:00
parent cf0def9349
commit 9ed3737fca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98255

View File

@ -84,7 +84,6 @@ int nofinalnl;
const char *sepstring = "\n";
char format[BUFSIZ];
int main(int, char *[]);
void getformat(void);
int getprec(char *);
int putdata(double, long);