summaryrefslogtreecommitdiffstats
path: root/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.h b/client.h
index 2cc8090..cd595ce 100644
--- a/client.h
+++ b/client.h
@@ -9,4 +9,6 @@ void client_callback(void *data, int haveIn, int haveOut, int doCleanup);
BOOL client_send(epoll_client_t *client, const char *buffer, size_t len, const BOOL cork);
+BOOL client_searchResultError(epoll_client_t *client, const unsigned long messageId, const int code, const char *message);
+
#endif