projects
/
yaz-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:
1b59302
)
Update ASN.1 for UserInfoFormat-multipleSearchTerms-2.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 26 Apr 2004 21:23:24 +0000
(21:23 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 26 Apr 2004 21:23:24 +0000
(21:23 +0000)
src/mterm2.asn
patch
|
blob
|
history
diff --git
a/src/mterm2.asn
b/src/mterm2.asn
index
eff29d7
..
6ec951d
100644
(file)
--- a/
src/mterm2.asn
+++ b/
src/mterm2.asn
@@
-4,7
+4,7
@@
BEGIN
IMPORTS Term FROM Z39-50-APDU-1995;
MultipleSearchTerms-2 ::= SEQUENCE OF SEQUENCE{
- term [1] IMPLICIT Term,
+ term [1] Term,
flag [2] IMPLICIT BOOLEAN OPTIONAL}
END