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:
87f51ca
)
Add prototype for client_check_preferred_watch
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Sep 2010 12:55:30 +0000
(14:55 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 23 Sep 2010 12:55:30 +0000
(14:55 +0200)
src/client.h
patch
|
blob
|
history
diff --git
a/src/client.h
b/src/client.h
index
70ba6d1
..
88d46c1
100644
(file)
--- a/
src/client.h
+++ b/
src/client.h
@@
-97,6
+97,7
@@
void client_lock(struct client *c);
void client_unlock(struct client *c);
int client_has_facet(struct client *cl, const char *name);
+void client_check_preferred_watch(struct client *cl);
#endif