summaryrefslogtreecommitdiff
path: root/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pf.c')
-rw-r--r--pf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/pf.c b/pf.c
index 99c20f7..3862a7c 100644
--- a/pf.c
+++ b/pf.c
@@ -37,8 +37,7 @@ from The Open Group.
char *inputFilename = NOTINFILEFILENAME;
int lineno = 0;
-void process_file (filename)
- char *filename; /* NULL means use stdin */
+void process_file (char *filename) /* NULL means use stdin */
{
FILE *fp;
char buffer[BUFSIZ];
@@ -80,8 +79,7 @@ void process_file (filename)
}
-void process_line (buffer)
- char *buffer;
+void process_line (char *buffer)
{
int len;
int i;