searchengine/cpix/cpix/inc/public/cpix_async.h
changeset 15 cf5c74390b98
parent 0 671dee74050a
--- a/searchengine/cpix/cpix/inc/public/cpix_async.h	Tue Jul 06 15:30:04 2010 +0300
+++ b/searchengine/cpix/cpix/inc/public/cpix_async.h	Wed Aug 18 10:53:26 2010 +0300
@@ -486,9 +486,10 @@
      */
     cpix_JobId cpix_Hits_asyncDoc(cpix_Hits          * thisHits,
                                   int32_t              index,
-                                  cpix_Document      * target,
+                                  cpix_Document      ** target,
                                   void               * cookie,
-                                  cpix_AsyncCallback * callback);
+                                  cpix_AsyncCallback * callback,
+                                  int32_t              count);
 
 
     /**