*** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@462 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4dbdb87026
commit
4c44c9a16f
2 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,11 @@ DohCopy(const DOH *obj) {
|
|||
return (objinfo->doh_copy)(b);
|
||||
}
|
||||
|
||||
void
|
||||
DohIncref(DOH *obj) {
|
||||
Incref(obj);
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------------------------------
|
||||
* DohClear()
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ extern int DohDump(const DOH *obj, DOHFile *out);
|
|||
extern int DohLen(const DOH *obj);
|
||||
extern int DohHashval(const DOH *obj);
|
||||
extern int DohCmp(const DOH *obj1, const DOH *obj2);
|
||||
extern void DohIncref(DOH *obj);
|
||||
|
||||
/* Mapping methods */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue