]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include argmatch.h.
authorJim Meyering <jim@meyering.net>
Fri, 22 Dec 1995 05:31:17 +0000 (05:31 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 22 Dec 1995 05:31:17 +0000 (05:31 +0000)
src/ls.c
src/touch.c

index e1efb9cd7269d5c53d22d4c7bb36e43dd1a0b10c..875db2e5cfeef37295786c819a8c12e349783d0e 100644 (file)
--- 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));
index 961d365cd6ec62d9cb785d27d665571fe60cdcf1..fbe542743066bb652f77a2db2f27cedcb69f3376 100644 (file)
 #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 ();