Added support for retrieval of records in binary.
[pazpar2-moved-to-github.git] / src / client.h
index 7af4630..fef4e6a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: client.h,v 1.5 2007-10-02 12:11:14 adam Exp $
+/* $Id: client.h,v 1.6 2007-10-08 13:19:23 adam Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -50,7 +50,8 @@ int client_show_raw_begin(struct client *cl, int position,
                           void (*error_handler)(void *data, const char *addinfo),
                           void (*record_handler)(void *data, const char *buf,
                                                  size_t sz),
-                          void **data2);
+                          void **data2,
+                          int binary);
 void client_show_raw_remove(struct client *cl, void *rr);
 
 const char *client_get_state_str(struct client *cl);