forked from Lainports/freebsd-ports
Doodle is a tool to quickly search the documents on a computer. Doodle builds an index using meta-data contained in the documents and allows fast searches on the resulting database. Doodle uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches. WWW: http://gnunet.org/doodle/ Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>, myself
10 lines
326 B
C
10 lines
326 B
C
--- src/doodle/getopt.c.orig Sun Jun 26 15:11:31 2005
|
|
+++ src/doodle/getopt.c Sun Jun 26 15:12:05 2005
|
|
@@ -84,6 +84,7 @@
|
|
#endif
|
|
|
|
#include "gettext.h"
|
|
+#include "helper1.h"
|
|
|
|
/* This version of `getopt' appears to the caller like standard Unix `getopt'
|
|
but it behaves differently for the user, since it allows the user
|