searchengine/cpix/cpix/inc/public/cpix_async.h
changeset 14 8bd192d47aaa
parent 0 671dee74050a
--- a/searchengine/cpix/cpix/inc/public/cpix_async.h	Mon Jul 26 12:27:31 2010 +0530
+++ b/searchengine/cpix/cpix/inc/public/cpix_async.h	Mon Aug 09 10:51:30 2010 +0530
@@ -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);
 
 
     /**