aboutsummaryrefslogtreecommitdiffstats
path: root/include/Greek2Greek.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Greek2Greek.h')
-rw-r--r--include/Greek2Greek.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/Greek2Greek.h b/include/Greek2Greek.h
index 9770ea2..2704388 100644
--- a/include/Greek2Greek.h
+++ b/include/Greek2Greek.h
@@ -17,7 +17,7 @@
//*****************************************************************************
/*
*
- * $Id: Greek2Greek.h,v 1.2 2001/02/09 15:38:51 jansorg Exp $
+ * $Id: Greek2Greek.h,v 1.3 2002/10/01 19:52:40 dglassey Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -38,6 +38,9 @@
#ifndef __GREEK2GREEK
#define __GREEK2GREEK
+#include <defs.h>
+SWORD_NAMESPACE_START
+
//*****************************************************************************
// Used to convert a string created by using the Greek font supplied with the
// Sword Project to a string that conforms to the b-Greek discussion list
@@ -109,6 +112,6 @@ unsigned char getbGreekPunct (unsigned char Greek);
//*****************************************************************************
bool isPunctSpace (unsigned char c);
-
+SWORD_NAMESPACE_END
#endif // __GREEK2GREEK