From: Adam Dickmeiss Date: Thu, 6 Oct 2011 10:27:32 +0000 (+0200) Subject: Remove prototype for undefined load_targets X-Git-Tag: v1.6.4~5^2~19 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3fe3276667602463ce5e8e69b0a80984074f2dff;p=pazpar2-moved-to-github.git Remove prototype for undefined load_targets --- diff --git a/src/session.h b/src/session.h index e6f7ca3..11e2624 100644 --- 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,