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
284 B
C
10 lines
284 B
C
--- libztxt/ztxt_generate_db.c.old Sat Mar 2 07:03:18 2002
|
|
+++ libztxt/ztxt_generate_db.c Sun Sep 29 15:51:55 2002
|
|
@@ -30,6 +30,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <regex.h>
|
|
#include "ztxt.h"
|