batch : Fix for emulator
[platform/core/location/lbs-location.git] / location / module / location-module.h
index cb4b2a3..3fbb172 100644 (file)
@@ -57,7 +57,7 @@ typedef void (*LocModPositionExtCB)(gboolean enabled, LocationPosition *position
 /**
  * @brief This represents a batch callback function for a plug-in.
  */
-typedef void (*LocModBatchExtCB)(gboolean enabled, guint num_of_location, gpointer userdata);
+typedef void (*LocModBatchExtCB)(gboolean enabled, guint num_of_location, LocationBatch *batch, gpointer userdata);
 
 /**
  * @brief This represents a velocity callback function for a plug-in.