Update plugin to compile with new libtcore
[platform/core/telephony/tel-plugin-imc.git] / include / s_gps.h
index 9c1cb1f..73799f1 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __S_GPS_H__
 #define __S_GPS_H__
 
-gboolean s_gps_init(TcorePlugin *p, TcoreHal *h);
-void s_gps_exit(TcorePlugin *p);
+gboolean s_gps_init(TcorePlugin *cp, CoreObject *co_gps);
+void s_gps_exit(TcorePlugin *cp, CoreObject *co_gps);
 
 #endif