summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-06-15 11:28:09 +0000
committerjmallett <jmallett@FreeBSD.org>2002-06-15 11:28:09 +0000
commit04a334b0ceba34a98d340bcfdc7f4d357d4c174e (patch)
treecbb25e502adb2effac860773b4428c5d83b5c3dd /usr.bin/jot
parentfe733a8c21922843836af1c5fbd33d45be52dd6b (diff)
downloadFreeBSD-src-04a334b0ceba34a98d340bcfdc7f4d357d4c174e.zip
FreeBSD-src-04a334b0ceba34a98d340bcfdc7f4d357d4c174e.tar.gz
Remove local prototype for main().
Diffstat (limited to 'usr.bin/jot')
-rw-r--r--usr.bin/jot/jot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c
index 60125c5..14f69df 100644
--- a/usr.bin/jot/jot.c
+++ b/usr.bin/jot/jot.c
@@ -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);
OpenPOWER on IntegriCloud