Initial refactoring merge
[platform/core/telephony/tel-plugin-imc.git] / include / imc_phonebook.h
similarity index 66%
rename from include/s_sms.h
rename to include/imc_phonebook.h
index e818270..7e5c468 100644 (file)
@@ -1,9 +1,7 @@
 /*
  * tel-plugin-imc
  *
- * Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Madhavi Akella <madhavi.a@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_SMS_H_
-#define S_SMS_H_
+#ifndef __IMC_PHONEBOOK_H__
+#define __IMC_PHONEBOOK_H__
 
-gboolean s_sms_init(TcorePlugin *cp, CoreObject *co_sms);
-void s_sms_exit(TcorePlugin *cp, CoreObject *co_sms);
+gboolean imc_phonebook_init(TcorePlugin *p, CoreObject *co);
+void imc_phonebook_exit(TcorePlugin *p, CoreObject *co);
 
-#endif // S_SMS_H_
+#endif /* __IMC_PHONEBOOK_H__ */