projects
/
pazpar2-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:
9743558
)
Support for suggestions xml
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 27 Oct 2011 15:21:46 +0000
(17:21 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 27 Oct 2011 15:21:46 +0000
(17:21 +0200)
src/session.h
patch
|
blob
|
history
diff --git
a/src/session.h
b/src/session.h
index
38e3a38
..
13bc314
100644
(file)
--- a/
src/session.h
+++ b/
src/session.h
@@
-138,6
+138,7
@@
struct hitsbytarget {
const char *state;
int connected;
char *settings_xml;
+ char *suggestions_xml;
};
struct hitsbytarget *get_hitsbytarget(struct session *s, int *count, NMEM nmem);