Perl Filter and Perl API
[idzebra-moved-to-github.git] / perl / rg.h
1 typedef struct {
2     char  *groupName;
3     char  *databaseName;
4     char  *path;
5     char  *recordId;
6     char  *recordType;
7     int   flagStoreData;
8     int   flagStoreKeys;
9     int   flagRw;
10     int   fileVerboseLimit;
11     int   databaseNamePath;
12     int   explainDatabase;
13     int   followLinks;
14 } recordGroup;