From 31053908a0a8a392e4f7880dbdeb283ca9140b82 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 1 Oct 1996 01:09:07 +0000 Subject: (path_concat): Use K&R style function definition. --- lib/path-concat.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/path-concat.c b/lib/path-concat.c index ce74ed133..54509125c 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -33,7 +33,10 @@ char *stpcpy (); BASE in the returned concatenation. */ char * -path_concat (const char *dir, const char *base, char **base_in_result) +path_concat (dir, base, base_in_result) + const char *dir; + const char *base; + char **base_in_result; { char *p; char *p_concat; -- cgit v1.2.3-70-g09d2