summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/glob.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-12-31 21:33:34 +0000
committerChristopher Faylor <me@cgf.cx>2008-12-31 21:33:34 +0000
commitecd5bc4ea8a158bd46e005dc4027c18d65a8106a (patch)
tree240f9a8dfe7cd88aa5e42355d91a6dc5d4f87d28 /winsup/cygwin/include/glob.h
parent762cf3ee22b047d7eb0a06bf05a16dffab54cc53 (diff)
downloadcygnal-ecd5bc4ea8a158bd46e005dc4027c18d65a8106a.tar.gz
cygnal-ecd5bc4ea8a158bd46e005dc4027c18d65a8106a.tar.bz2
cygnal-ecd5bc4ea8a158bd46e005dc4027c18d65a8106a.zip
* glob_pattern_p.cc: New file.
* Makefile.in (DLL_OFILES): Add glob_pattern_p.o. * glob.h: Add declaration for glob_pattern_p. * pinfo.cc (pinfo::thisproc): Remove __stdcall attribute.
Diffstat (limited to 'winsup/cygwin/include/glob.h')
-rw-r--r--winsup/cygwin/include/glob.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/include/glob.h b/winsup/cygwin/include/glob.h
index 1a463cad1..93f2d7e94 100644
--- a/winsup/cygwin/include/glob.h
+++ b/winsup/cygwin/include/glob.h
@@ -109,8 +109,9 @@ __BEGIN_DECLS
# define DLLEXPORT __declspec(dllimport)
#endif
-int DLLEXPORT glob(const char *, int, int (*)(const char *, int), glob_t *);
-void DLLEXPORT globfree(glob_t *);
+int DLLEXPORT glob (const char *, int, int (*)(const char *, int), glob_t *);
+void DLLEXPORT globfree (glob_t *);
+int DLLEXPORT glob_pattern_p (const char *, int);
__END_DECLS
#endif /* !_GLOB_H_ */