summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/iob.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/f2c/iob.h')
-rw-r--r--usr.bin/f2c/iob.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/f2c/iob.h b/usr.bin/f2c/iob.h
index 9f2269b..065d813 100644
--- a/usr.bin/f2c/iob.h
+++ b/usr.bin/f2c/iob.h
@@ -20,5 +20,7 @@ typedef struct defines defines;
extern iob_data *iob_list;
extern struct Addrblock *io_structs[9];
-extern void def_start(), new_iob_data(), other_undefs();
-extern char *tostring();
+void def_start Argdcl((FILEP, char*, char*, char*));
+void new_iob_data Argdcl((io_setup*, char*));
+void other_undefs Argdcl((FILEP));
+char* tostring Argdcl((char*, int));
OpenPOWER on IntegriCloud