From b1a10a46b1cdeb034823b83c993836b0dce3ed06 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Nov 2006 07:38:20 +0000 Subject: Cleanup SDP XML support --- common/sdp-xml.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'common/sdp-xml.h') 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 + * Copyright (C) 2005-2006 Marcel Holtmann * * * 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 #include -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 */ -- cgit