summaryrefslogtreecommitdiffstats
path: root/network/common.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-23 19:10:37 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2007-03-23 19:10:37 +0000
commit2e39ac58720cba4fc6e889ec5f18a8ce1d67276c (patch)
treeeb8dbe17339e56498a7e234b33d30ace48117dde /network/common.h
parentbdb402511c964ba8d65fd4657c638ab3c5fbf438 (diff)
network: Fixed string/service id/uuid convertion functions
Diffstat (limited to 'network/common.h')
-rw-r--r--network/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/common.h b/network/common.h
index 11e0b77b..7dfc920a 100644
--- a/network/common.h
+++ b/network/common.h
@@ -24,8 +24,8 @@
int bnep_init(void);
int bnep_cleanup(void);
-int bnep_str2svc(char *svc, uint16_t *uuid);
-char *bnep_svc2str(uint16_t uuid);
+uint16_t bnep_service_id(const char *svc);
+const char *bnep_uuid(uint16_t uuid);
int bnep_kill_connection(const char *addr);
int bnep_kill_all_connections(void);