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:
b13c46b
)
Remove prototype for undefined load_targets
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 6 Oct 2011 10:27:32 +0000
(12:27 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 6 Oct 2011 10:27:32 +0000
(12:27 +0200)
src/session.h
patch
|
blob
|
history
diff --git
a/src/session.h
b/src/session.h
index
e6f7ca3
..
11e2624
100644
(file)
--- a/
src/session.h
+++ b/
src/session.h
@@
-145,7
+145,6
@@
struct session *new_session(NMEM nmem, struct conf_service *service,
unsigned session_id);
void destroy_session(struct session *s);
void session_init_databases(struct session *s);
-int load_targets(struct session *s, const char *fn);
void statistics(struct session *s, struct statistics *stat);
enum pazpar2_error_code search(struct session *s, const char *query,
const char *startrecs, const char *maxrecs,