6d8202f80e
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
270 B
C
10 lines
270 B
C
--- libztxt/ztxt_process.c.old Sat Mar 2 07:03:18 2002
|
|
+++ libztxt/ztxt_process.c Sun Sep 29 15:52:49 2002
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <regex.h>
|
|
#include <zlib.h>
|
|
#include "ztxt.h"
|