[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] conduit questions



> 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.