summaryrefslogtreecommitdiff
path: root/profiles/network/bnep.h
diff options
context:
space:
mode:
authorGrzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>2015-03-12 18:07:29 +0100
committerSzymon Janc <szymon.janc@gmail.com>2015-03-12 23:24:13 +0100
commit7824d0b60cf894bb94314aaa4802414e38338d8a (patch)
treec1600b1f1d76eff8ac20028a190e81b4c6d50948 /profiles/network/bnep.h
parentab0b65ad6d32881eb4e9927150866e075c0dc36d (diff)
downloadbluez-7824d0b60cf894bb94314aaa4802414e38338d8a.tar.gz
profiles/network: Remove not needed bnep_name function
This function and service structure declaration is no longer needed since related code was distracted.
Diffstat (limited to 'profiles/network/bnep.h')
-rw-r--r--profiles/network/bnep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/network/bnep.h b/profiles/network/bnep.h
index 811ea143f..da706ac3d 100644
--- a/profiles/network/bnep.h
+++ b/profiles/network/bnep.h
@@ -26,8 +26,6 @@ struct bnep;
int bnep_init(void);
int bnep_cleanup(void);
-const char *bnep_name(uint16_t id);
-
struct bnep *bnep_new(int sk, uint16_t local_role, uint16_t remote_role,
char *iface);
void bnep_free(struct bnep *session);