Modified NTP to work with NITZ
[platform/core/connectivity/net-config.git] / include / signal-handler.h
old mode 100644 (file)
new mode 100755 (executable)
index d802ef8..37a6bff
@@ -1,7 +1,7 @@
 /*
  * Network Configuration Module
  *
- * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2000 - 2012 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.
@@ -24,8 +24,8 @@
 extern "C" {
 #endif
 
-void netconfig_register_signal(void);
-void netconfig_deregister_signal(void);
+void register_gdbus_signal(void);
+void deregister_gdbus_signal(void);
 
 #ifdef __cplusplus
 }