summaryrefslogtreecommitdiff
path: root/include/rawverse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rawverse.h')
-rw-r--r--include/rawverse.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/rawverse.h b/include/rawverse.h
index 00abff0..3ce4794 100644
--- a/include/rawverse.h
+++ b/include/rawverse.h
@@ -25,7 +25,6 @@ protected:
FileDesc *textfp[2];
char *path;
- void prepText(SWBuf &buf);
void doSetText(char testmt, long idxoff, const char *buf, long len = -1);
void doLinkEntry(char testmt, long destidxoff, long srcidxoff);
@@ -33,9 +32,9 @@ public:
static const char *nl;
RawVerse(const char *ipath, int fileMode = -1);
virtual ~RawVerse();
- void findOffset(char testmt, long idxoff, long *start, unsigned short *end);
+ void findOffset(char testmt, long idxoff, long *start, unsigned short *end) const;
void readText(char testmt, long start, unsigned short size, SWBuf &buf);
- static char createModule(const char *path);
+ static char createModule(const char *path, const char *v11n = "KJV");
};
SWORD_NAMESPACE_END