summaryrefslogtreecommitdiffstats
path: root/common/sdp-xml.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-13 07:38:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-13 07:38:20 +0000
commitb1a10a46b1cdeb034823b83c993836b0dce3ed06 (patch)
treeea2dd007879348a26716fb56839ab8e223a0cd06 /common/sdp-xml.h
parent0ff36a95d3ab972290c3d66bad6e721298cf0ba3 (diff)
Cleanup SDP XML support
Diffstat (limited to 'common/sdp-xml.h')
-rw-r--r--common/sdp-xml.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/common/sdp-xml.h b/common/sdp-xml.h
index fe781f57..5e6bb7ce 100644
--- a/common/sdp-xml.h
+++ b/common/sdp-xml.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
@@ -22,14 +22,12 @@
*/
-#ifndef __SDP_XML_H__
-#define __SDP_XML_H__
+#ifndef __SDP_XML_H
+#define __SDP_XML_H
-#include <ctype.h>
#include <bluetooth/sdp.h>
-void convert_sdp_record_to_xml(sdp_record_t * rec,
- void *userData,
- void (*appendFunc) (void *, const char *));
+void convert_sdp_record_to_xml(sdp_record_t *rec,
+ void *user_data, void (*append_func) (void *, const char *));
-#endif /* __SDP_XML_H__ */
+#endif /* __SDP_XML_H */