1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

Include argmatch.h.

This commit is contained in:
Jim Meyering
1995-12-22 05:31:17 +00:00
parent 654ad9e596
commit b808e70940
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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));
+1 -1
View File
@@ -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 ();