Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_network.h
similarity index 66%
rename from include/s_sap.h
rename to include/imc_network.h
index 8765f88..3f098b2 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Hayoon Ko <hayoon.ko@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_SAP_H_
-#define S_SAP_H_
+#ifndef __IMC_NETWORK_H__
+#define __IMC_NETWORK_H__
 
-gboolean s_sap_init(TcorePlugin *cp, CoreObject *co_sap);
-void s_sap_exit(TcorePlugin *cp, CoreObject *co_sap);
+gboolean imc_network_init(TcorePlugin *p, CoreObject *co);
+void imc_network_exit(TcorePlugin *p, CoreObject *co);
 
-#endif /* S_SAP_H_ */
+#endif /* __IMC_NETWORK_H__ */