Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_call.h
similarity index 67%
rename from include/s_gps.h
rename to include/imc_call.h
index 73799f1..5e37f0a 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Arun Shukla <arun.shukla@samsung.com>
+ * Copyright (c) 2013 Samsung Electronics Co. Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  */
 
-#ifndef __S_GPS_H__
-#define __S_GPS_H__
+#ifndef __IMC_CALL_H__
+#define __IMC_CALL_H__
 
-gboolean s_gps_init(TcorePlugin *cp, CoreObject *co_gps);
-void s_gps_exit(TcorePlugin *cp, CoreObject *co_gps);
+gboolean imc_call_init(TcorePlugin *p, CoreObject *co);
+void imc_call_exit(TcorePlugin *p, CoreObject *co);
 
-#endif
+#endif /* __IMC_CALL_H__ */