aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.h
diff options
context:
space:
mode:
authorschnetter <>2002-09-01 12:52:00 +0000
committerschnetter <>2002-09-01 12:52:00 +0000
commite3dfaf676fd1f5a1958a2ced3c699628721ab394 (patch)
tree1322ea44bb2531839bd4729d1d62a3ebcf256f4a /Carpet/CarpetIOASCII/src/ioascii.h
parent4fd723849052d46936f9772d3a971809b6aadb6f (diff)
Fixed quite a few include guard mishaps.
darcs-hash:20020901125223-07bb3-f494618480c1ffc46118365c4c957d7a313d7be9.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/src/ioascii.h')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.h b/Carpet/CarpetIOASCII/src/ioascii.h
index a6aafba65..5e677843c 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.h
+++ b/Carpet/CarpetIOASCII/src/ioascii.h
@@ -1,16 +1,19 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.h,v 1.3 2002/09/01 14:37:45 schnetter Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.h,v 1.4 2002/09/01 14:52:25 schnetter Exp $ */
#ifndef CARPETIOASCII_H
#define CARPETIOASCII_H
#ifdef __cplusplus
-extern "C" {
+namespace CarpetIOASCII {
+ extern "C" {
#endif
-
- int CarpetIOASCIIStartup (void);
-
+
+ /* Scheduled functions */
+ int CarpetIOASCIIStartup (void);
+
#ifdef __cplusplus
-} /* extern "C" */
+ } /* extern "C" */
+} /* namespace CarpetIOASCII */
#endif
#endif /* !defined(CARPETIOASCII_H) */