summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorJin Yoon <jinny.yoon@samsung.com>2017-07-19 13:56:19 +0900
committerGeunSun Lee <gs86.lee@samsung.com>2017-07-19 06:39:34 +0000
commit1e606b03bc8592c827a9d7895ae76096173ce3e8 (patch)
tree355ff2f9f8f4ef9ff19cec3093784ddbb371ef71 /inc
parentdf6cdcbb1cb277195ec058153989d77cfbc28bef (diff)
downloadrcc-1e606b03bc8592c827a9d7895ae76096173ce3e8.tar.gz
rcc-1e606b03bc8592c827a9d7895ae76096173ce3e8.tar.bz2
rcc-1e606b03bc8592c827a9d7895ae76096173ce3e8.zip
Device name is set only by a internal function
Change-Id: I2a28a5461a4a53bd0e64bebad1dfc13dbf8a3748
Diffstat (limited to 'inc')
-rw-r--r--inc/connectivity_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/connectivity_internal.h b/inc/connectivity_internal.h
index 1f1ff14..ff4abe7 100644
--- a/inc/connectivity_internal.h
+++ b/inc/connectivity_internal.h
@@ -22,7 +22,7 @@
#ifndef __POSITION_FINDER_CONNECTIVITY_INTERNAL_H__
#define __POSITION_FINDER_CONNECTIVITY_INTERNAL_H__
-extern int connectivity_init(const char *device_name);
+extern int connectivity_init(void);
extern int connectivity_fini(void);
#endif /* __POSITION_FINDER_CONNECTIVITY_INTERNAL_H__ */