Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_sim.h
similarity index 63%
rename from include/s_sat.h
rename to include/imc_sim.h
index 90eb826..8d6d199 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Harish Bishnoi <hbishnoi@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 __IMC_SIM_H__
+#define __IMC_SIM_H__
 
-#ifndef S_SAT_H_
-#define S_SAT_H_
+gboolean imc_sim_get_smsp_info(TcorePlugin *plugin, int *rec_count, int *rec_len);
 
-gboolean s_sat_init(TcorePlugin *cp, CoreObject *co_sat);
-void s_sat_exit(TcorePlugin *cp, CoreObject *co_sat);
+gboolean imc_sim_init(TcorePlugin *p, CoreObject *co);
+void imc_sim_exit(TcorePlugin *p, CoreObject *co);
 
-#endif /* S_SAT_H_ */
+#endif /* __IMC_SIM_H__ */