-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#define _GLOB_H 1
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Bits set in the FLAGS argument to `glob'. */
#define GLOB_ERR (1 << 0)/* Return on read errors. */
#define GLOB_MARK (1 << 1)/* Append a slash to each name. */
/* Free storage allocated in PGLOB by a previous `glob' call. */
extern void EXFUN(globfree, (glob_t *__pglob));
+#ifdef __cplusplus
+}
+#endif
#endif /* glob.h */