From: pop Date: Mon, 18 Nov 2002 13:18:10 +0000 (+0000) Subject: recordGroup typedef moved to zebra_perl.h X-Git-Tag: ZEBRA.1.3.4~23 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=510df7e597d0d28dbc326d604e7b60605bca304b recordGroup typedef moved to zebra_perl.h --- diff --git a/perl/rg.h b/perl/rg.h deleted file mode 100644 index ff04642..0000000 --- a/perl/rg.h +++ /dev/null @@ -1,14 +0,0 @@ -typedef struct { - char *groupName; - char *databaseName; - char *path; - char *recordId; - char *recordType; - int flagStoreData; - int flagStoreKeys; - int flagRw; - int fileVerboseLimit; - int databaseNamePath; - int explainDatabase; - int followLinks; -} recordGroup;