A few mor compiler warning fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4467 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-06-24 19:57:52 +00:00
parent cc71c9bb52
commit d95bf96af8
4 changed files with 8 additions and 1 deletions

View file

@ -30,6 +30,8 @@
#include <Foundation/NSConnection.h>
#include <Foundation/NSException.h>
extern BOOL sel_types_match(const char* t1, const char* t2);
/* xxx We are currently retaining the return value.
We shouldn't always do this. Make is an option. */