diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-01-02 19:04:40 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-01-02 19:04:40 -0800 |
commit | 8c28004e03f20b4ca78f9a7d2e28ac1d9e4e5619 (patch) | |
tree | 5cf5ebabe5cd99a27871b909b97b9fbbbf266dc1 /src/connman.h | |
parent | b5c20f7f5549e04b6cc0b308d53eb190e4789e7f (diff) | |
download | connman-8c28004e03f20b4ca78f9a7d2e28ac1d9e4e5619.tar.gz connman-8c28004e03f20b4ca78f9a7d2e28ac1d9e4e5619.tar.bz2 connman-8c28004e03f20b4ca78f9a7d2e28ac1d9e4e5619.zip |
Add skeleton for technology specific functions
Diffstat (limited to 'src/connman.h')
-rw-r--r-- | src/connman.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h index dc7f7c49..38b3251a 100644 --- a/src/connman.h +++ b/src/connman.h @@ -406,6 +406,9 @@ int __connman_provider_init(void); #include <connman/notifier.h> +int __connman_technology_init(void); +void __connman_technology_cleanup(void); + int __connman_notifier_init(void); void __connman_notifier_cleanup(void); |