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:
368388b
)
Declare conf_service
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 23 Apr 2010 11:21:42 +0000
(13:21 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 23 Apr 2010 11:21:42 +0000
(13:21 +0200)
src/database.h
patch
|
blob
|
history
diff --git
a/src/database.h
b/src/database.h
index
72b5f64
..
4aaad87
100644
(file)
--- a/
src/database.h
+++ b/
src/database.h
@@
-23,6
+23,7
@@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
typedef struct database_hosts *database_hosts_t;
struct session_database;
struct session;
+struct conf_service;
struct database *find_database(const char *id, struct conf_service *service);
int session_grep_databases(struct session *se, const char *filter,
void (*fun)(void *context, struct session_database *db));