projects
/
egate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77d8b0b
)
New MARC anchor functions.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 30 Mar 1995 14:22:11 +0000
(14:22 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 30 Mar 1995 14:22:11 +0000
(14:22 +0000)
include/iso2709p.h
patch
|
blob
|
history
diff --git
a/include/iso2709p.h
b/include/iso2709p.h
index
12560ed
..
8d05c42
100644
(file)
--- a/
include/iso2709p.h
+++ b/
include/iso2709p.h
@@
-4,7
+4,10
@@
* Europagate, 1994-1995.
*
* $Log: iso2709p.h,v $
- * Revision 1.7 1995/03/29 11:44:25 adam
+ * Revision 1.8 1995/03/30 14:22:11 adam
+ * New MARC anchor functions.
+ *
+ * Revision 1.7 1995/03/29 11:44:25 adam
* New functions: iso2709_a_.. for record manipulation.
*
* Revision 1.6 1995/03/08 12:36:36 adam
@@
-38,7
+41,7
@@
struct iso2709_anchor {
};
struct iso2709_field {
- char *identifier;
+ char identifier[4];
char *data;
struct iso2709_field *next;
};