and compresses it into a zTXT database. makeztxt will remove newline characters at the end of lines that contain text so that the paragraphs flow better on the Palm screen. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
10 lines
233 B
C
10 lines
233 B
C
--- libztxt/ztxt.h.old Sat Mar 2 07:03:18 2002
|
|
+++ libztxt/ztxt.h Sun Sep 29 15:46:52 2002
|
|
@@ -31,6 +31,7 @@
|
|
#define _ZTXT_H_ 1
|
|
|
|
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
#include "databaseHdrs.h"
|
|
#include <weasel_common.h>
|