aboutsummaryrefslogtreecommitdiffstats
path: root/apps/console/diatheke/corediatheke.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/console/diatheke/corediatheke.h')
-rw-r--r--apps/console/diatheke/corediatheke.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/console/diatheke/corediatheke.h b/apps/console/diatheke/corediatheke.h
index 1b8fd3a..d27747e 100644
--- a/apps/console/diatheke/corediatheke.h
+++ b/apps/console/diatheke/corediatheke.h
@@ -35,5 +35,7 @@
#define ST_PHRASE 2 // -1
#define ST_MULTIWORD 3 // -2
+using namespace std;
+
int hasalpha (char * string);
void doquery(unsigned long maxverses, unsigned char outputformat, unsigned char outputencoding, unsigned long optionfilters, unsigned char searchtype, const char *range, const char *text, const char *locale, const char *ref, ostream* output, const char* script, signed short variants);