summaryrefslogtreecommitdiff
path: root/ace/os_include/fnmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/fnmatch.h')
-rw-r--r--ace/os_include/fnmatch.h20
1 files changed, 15 insertions, 5 deletions
diff --git a/ace/os_include/fnmatch.h b/ace/os_include/fnmatch.h
index d2eae502c45..4809580f6e8 100644
--- a/ace/os_include/fnmatch.h
+++ b/ace/os_include/fnmatch.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file fnmatch.h
+ * @file os_fnmatch.h
*
* filename-matching types
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_FNMATCH_H
-#define ACE_OS_INCLUDE_FNMATCH_H
+#ifndef ACE_OS_INCLUDE_OS_FNMATCH_H
+#define ACE_OS_INCLUDE_OS_FNMATCH_H
#include "ace/pre.h"
@@ -28,5 +28,15 @@
# include /**/ <fnmatch.h>
#endif /* !ACE_LACKS_FNMATCH_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_FNMATCH_H */
+#endif /* ACE_OS_INCLUDE_OS_FNMATCH_H */