projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1104038
)
recordGroup typedef moved to zebra_perl.h
author
pop
<pop>
Mon, 18 Nov 2002 13:18:10 +0000
(13:18 +0000)
committer
pop
<pop>
Mon, 18 Nov 2002 13:18:10 +0000
(13:18 +0000)
perl/rg.h
[deleted file]
patch
|
blob
|
history
diff --git
a/perl/rg.h
b/perl/rg.h
deleted file mode 100644
(file)
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;