[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] conduit questions
- To: <coldsync-hackers at lusars dot net>
- Subject: Re: [coldsync-hackers] conduit questions
- From: "Alex Tronin" <at at urbis dot net>
- Date: Mon, 5 Aug 2002 21:19:39 -0400
- Organization: Urbis.Net Ltd
- References: <Pine.GSO.4.33.0208051239120.29782-100000@gauss.math.montana.edu>
- Reply-To: coldsync-hackers at lusars dot net
- Sender: owner-coldsync-hackers at lusars dot net
> 1)Is there a way to get the palm serial number such as from $HEADERS?
Quite easy.
Modify conduit.c like this - add 2 lines and make palm varibale accessible
from conduit.c
headers[last_header].name = "Palm_serial";
sprintf(headers[last_header].value,"%s",palm_serial(palm));
Good luck
Alex Tronin
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.