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:
b977948
)
Fixed description
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Jul 2008 13:59:08 +0000
(15:59 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 22 Jul 2008 13:59:08 +0000
(15:59 +0200)
include/yaz/rpn2cql.h
patch
|
blob
|
history
diff --git
a/include/yaz/rpn2cql.h
b/include/yaz/rpn2cql.h
index
1eadae1
..
8491cee
100644
(file)
--- a/
include/yaz/rpn2cql.h
+++ b/
include/yaz/rpn2cql.h
@@
-37,7
+37,7
@@
YAZ_BEGIN_CDECL
-/** \brief transforms PQF given a CQL tree
+/** \brief transforms RPN query to CQL output stream
\param ct CQL transform handle
\param pr print function
\param client_data opaque data to be passed to print handler
@@
-52,7
+52,7
@@
int cql_transform_rpn2cql_stream(cql_transform_t ct,
Z_RPNQuery *q);
-/** \brief transforms PQF given a CQL tree
+/** \brief transforms RPN query to CQL WRBUF
\param ct CQL transform handle
\param w WRBUF handle for result
\param q RPN Query