Message-ID: <3A1FE6A0.1D61685B@softhome.net> Date: Sat, 25 Nov 2000 17:19:44 +0100 From: Laurynas Biveinis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: lt,en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: How are include/*.h headers maintained? References: <5 DOT 0 DOT 1 DOT 4 DOT 0 DOT 20001125013858 DOT 00a5dcc0 AT pop5 DOT banet DOT net> Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com "Peter J. Farley III" wrote: > Is the correct way to change include/dos.h to directly modify it, or is > there an automated process that maintains it from some other source? Modify it directly - just add prototypes to the header files. And pay attention to what section new functions belong to (ANSI, POSIX, everything else). > I > also realize that I must write a *.txh file to document the new > functions, but it looks to me like those are just for documentation, > not for building *.h files. Am I right about that also? Right. Laurynas