Moved non static function declarations from source files into header files

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5602 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-12-28 21:48:39 +00:00
commit 62ba646c89
14 changed files with 57 additions and 108 deletions

View file

@ -12,8 +12,7 @@
char cvsroot_util_c[] = "$Header$";
#include "swig.h"
extern SwigType *Swig_cparse_type(String *);
#include "cparse.h"
/* -----------------------------------------------------------------------------
* Swig_cparse_replace_descriptor()
@ -94,7 +93,6 @@ void cparse_normalize_void(Node *n) {
* Detects when we need to fully register the protected member.
*
* ----------------------------------------------------------------------------- */
extern int Swig_need_protected();
int need_protected(Node* n, int dirprot_mode)
{