Re: allow ebnc to build with g++

Meredydd <[email protected]> Wed, 18 Feb 2004 14:07:23 +0000
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
This is Karine's to apply and commit, so I'll wait for her, but all your 
other patches are now in trunk. I'll send it all to bleeding when 
Karine commits.

Meredydd

On Wednesday 18 February 2004 13:22, Philip S Tellis wrote:
> g++ requires function prototypes for strcmp, strdup, free, strtol,
> etc, which are found in string.h and stdlib.h.
>
> This patch fixes that.
>
> Philip