From 3fe3276667602463ce5e8e69b0a80984074f2dff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 6 Oct 2011 12:27:32 +0200 Subject: [PATCH] Remove prototype for undefined load_targets --- src/session.h | 1 - 1 file changed, 1 deletion(-) 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, -- 1.7.10.4