On Fri, 9 Dec 2005 03:01:18 +0100
Stefan Huehner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> attached patch fixes some compiler warning, by:
Applied in CVS.
Thanks,
--
oo. Tomasz Kojm <[EMAIL PROTECTED]>
(\/)\. http://www.ClamAV.net/gpg/tkojm.gpg
\..
On Fri, Dec 09, 2005 at 07:41:24AM +, Nigel Horne wrote:
> >
> >attached patch fixes some compiler warning, by:
> >- making functions static, which aren't used outside their declaring
> > file
>
> Good luck with that one - I tried to get that one through a couple of
> years ago and just got i
Stefan Huehner wrote:
Hi,
attached patch fixes some compiler warning, by:
- making functions static, which aren't used outside their declaring
file
Good luck with that one - I tried to get that one through a couple of
years ago and just got into a religous battle over it which rather
bored m
Hi,
attached patch fixes some compiler warning, by:
- making functions static, which aren't used outside their declaring
file
- including the corresponding header file in the implementing .c-file,
so protoypes for exported function are found
- adds prototypes for exported functions to to the h