Fix auto connection failure
[platform/upstream/connman.git] / include / tethering.h
index 63f4f68..827f29a 100644 (file)
@@ -2,7 +2,8 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2010  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2013  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2018 GlobalLogic. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
 #ifndef __CONNMAN_TETHERING_H
 #define __CONNMAN_TETHERING_H
 
-void connman_tethering_enabled(void);
-void connman_tethering_disabled(void);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void __connman_tethering_client_register(const char *addr);
+void __connman_tethering_client_unregister(const char *addr);
 
+#ifdef __cplusplus
+}
 #endif
+
+#endif /* __CONNMAN_TETHERING_H */