summaryrefslogtreecommitdiff
path: root/include/rawld4.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:54:01 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-03-29 10:54:01 -0400
commit71a39f4652cd51df814c930dd268f3c9ad2aee86 (patch)
tree5994350a603908c4e4d660bc9d72c4ec43dd648e /include/rawld4.h
parent03134fa5f6f25d92724ce4c183f9bbe12a9e37dc (diff)
Imported Upstream version 1.6.0+dfsg
Diffstat (limited to 'include/rawld4.h')
-rw-r--r--include/rawld4.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/rawld4.h b/include/rawld4.h
index 616b992..d0118df 100644
--- a/include/rawld4.h
+++ b/include/rawld4.h
@@ -2,7 +2,7 @@
* rawld.cpp - code for class 'RawLD'- a module that reads raw lexicon and
* dictionary files: *.dat *.idx
*
- * $Id: rawld4.h 1864 2005-11-20 06:06:40Z scribe $
+ * $Id: rawld4.h 2303 2009-04-06 13:38:34Z scribe $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
@@ -31,7 +31,6 @@
SWORD_NAMESPACE_START
class SWDLLEXPORT RawLD4 : public RawStr4, public SWLD {
- void strongsPad(char *buf);
char getEntry(long away = 0);
public:
@@ -55,6 +54,9 @@ public:
virtual void linkEntry(const SWKey *linkKey); // Link current module entry to other module entry
virtual void deleteEntry(); // Delete current module entry
// end write interface ------------------------
+ virtual long getEntryCount() const;
+ virtual long getEntryForKey(const char *key) const;
+ virtual char *getKeyForEntry(long entry) const;
// OPERATORS -----------------------------------------------------------------