From: Jim Meyering Date: Fri, 22 Dec 1995 05:31:17 +0000 (+0000) Subject: Include argmatch.h. X-Git-Tag: TEXTUTILS-1_13i~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b808e709404ebc4f5d4f25e62cb878b9c9e6e8f6;p=thirdparty%2Fcoreutils.git Include argmatch.h. --- diff --git a/src/ls.c b/src/ls.c index e1efb9cd72..875db2e5cf 100644 --- a/src/ls.c +++ b/src/ls.c @@ -62,6 +62,7 @@ #include "ls.h" #include "version.h" #include "error.h" +#include "argmatch.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free @@ -122,7 +123,6 @@ char *getgroup (); char *getuser (); char *xmalloc (); char *xrealloc (); -int argmatch (); void invalid_arg (); static char *make_link_path __P ((char *path, char *linkname)); diff --git a/src/touch.c b/src/touch.c index 961d365cd6..fbe5427430 100644 --- a/src/touch.c +++ b/src/touch.c @@ -40,13 +40,13 @@ #include "system.h" #include "version.h" #include "error.h" +#include "argmatch.h" #ifndef STDC_HEADERS time_t mktime (); time_t time (); #endif -int argmatch (); time_t get_date (); time_t posixtime (); int safe_read ();