(NewString): Take DOH *' instead of char *'.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9e723892b0
commit
b990aba9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ extern int SuperString_check(DOH *);
|
|||
|
||||
%subsection "Strings"
|
||||
/* String constructor */
|
||||
extern DOH *NewString(const char *c);
|
||||
extern DOH *NewString(const DOH *c);
|
||||
/* Is this a string? */
|
||||
extern int String_check(const DOH *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue