Date: Tue, 19 Jan 1999 15:28:46 -0500 Message-Id: <199901192028.PAA19079@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <199901192007.VAA14039@father.ludd.luth.se> (message from Martin Str|mberg on Tue, 19 Jan 1999 21:07:29 +0100 (MET)) Subject: Re: Declarations in header files References: <199901192007 DOT VAA14039 AT father DOT ludd DOT luth DOT se> Reply-To: djgpp-workers AT delorie DOT com > I'm about to release a buch of patches. Is it ok if I for the header > files slips in function declarations for functions not yet there? I'd prefer not. Please only include the ones that are implemented. When you implement the others, *then* include the prototypes in the headers.