summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/glob.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committermp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit94a109bd814074f290affa8f7698847719d55833 (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/glob.h
parentbbd1addf8f9452690ad13ce5b875ee4cc9633958 (diff)
downloadFreeBSD-src-94a109bd814074f290affa8f7698847719d55833.zip
FreeBSD-src-94a109bd814074f290affa8f7698847719d55833.tar.gz
Import of tcsh-6.14.00
Diffstat (limited to 'contrib/tcsh/glob.h')
-rw-r--r--contrib/tcsh/glob.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/tcsh/glob.h b/contrib/tcsh/glob.h
index 382ff13..bb5bd3d 100644
--- a/contrib/tcsh/glob.h
+++ b/contrib/tcsh/glob.h
@@ -84,8 +84,10 @@ typedef struct {
#define GLOB_ABEND GLOB_ABORTED /* source compatibility */
/* #endif */
+#include "tc.nls.h"
+
int glob __P((const char *, int, int (*)(const char *, int), glob_t *));
void globfree __P((glob_t *));
-int globcharcoll __P((int, int, int));
+int globcharcoll __P((NLSChar, NLSChar, int));
#endif /* !_GLOB_H_ */
OpenPOWER on IntegriCloud