From: milosz danielewski <master@apnet.pl>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] sdp_uuid32_to_uuid128, lack of declaration
Date: Mon, 05 Mar 2007 21:50:00 +0100 [thread overview]
Message-ID: <45EC8278.9020508@apnet.pl> (raw)
In-Reply-To: <1173127826.6638.98.camel@aeonflux.holtmann.net>
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
Marcel Holtmann wrote:
> Hi Milosz,
>
>> As I am newbie here, what's the policy of sending patches? Should I
>> send it to bluez-devel list, or directly to you or whatever?
>
> create a unified diff with your changes against the latest CVS code and
> send it to the BlueZ developer mailing list.
here it goes...
milosz danielewski
[-- Attachment #2: sdp_lib.h.patch --]
[-- Type: text/x-patch, Size: 665 bytes --]
Index: sdp_lib.h
===================================================================
RCS file: /cvsroot/bluez/libs/include/sdp_lib.h,v
retrieving revision 1.29
diff -u -r1.29 sdp_lib.h
--- sdp_lib.h 13 Jan 2007 17:50:06 -0000 1.29
+++ sdp_lib.h 5 Mar 2007 20:10:25 -0000
@@ -475,6 +475,7 @@
int sdp_uuid128_cmp(const void *p1, const void *p2);
uuid_t *sdp_uuid_to_uuid128(uuid_t *uuid);
void sdp_uuid16_to_uuid128(uuid_t *uuid128, uuid_t *uuid16);
+void sdp_uuid32_to_uuid128(uuid_t *uuid128, uuid_t *uuid32);
int sdp_uuid128_to_uuid(uuid_t *uuid);
int sdp_uuid_to_proto(uuid_t *uuid);
int sdp_uuid_extract(const uint8_t *buffer, uuid_t *uuid, int *scanned);
[-- Attachment #3: Type: text/plain, Size: 345 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #4: Type: text/plain, Size: 164 bytes --]
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
next prev parent reply other threads:[~2007-03-05 20:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-04 11:20 [Bluez-devel] sdp_uuid32_to_uuid128, lack of declaration milosz danielewski
2007-03-04 17:31 ` Marcel Holtmann
2007-03-05 19:14 ` milosz danielewski
2007-03-05 20:22 ` Marcel Holtmann
2007-03-05 19:44 ` milosz danielewski
2007-03-05 20:50 ` Marcel Holtmann
2007-03-05 20:50 ` milosz danielewski [this message]
2007-03-05 21:55 ` Marcel Holtmann
2007-03-04 20:47 ` Albert Huang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45EC8278.9020508@apnet.pl \
--to=master@apnet.pl \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.