On 12/8/03 5:06 pm, "Martijn van Oosterhout" <[email protected]> wrote: > > I don't know if there is a specific document but you have a choice. > > 1. Use diff to work out the differences between the base version and your > changes > 2. Or just post the code and how to make it work. > > If it's verified by a developer with CVS access, they can just commit it for > you. But posting allows other people to test, which is always a good thing. > > Remember, make sure the code is readable and clear. Document any sections > not obvious. Some poor schmoe might need to debug it later :)
Thanks, I'll do a diff once I've been able to complete testing. I was wondering though if there are some restrictions on function call naming ? I've added quite a few private functions to sane_scsi.c that are only compiled under OS X, but have a more OS X like naming convention than those found in the rest of sane. Is that a problem ? Cheers, Guy
