Added line/file methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@69 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7e3d33a96e
commit
c6bac250dd
5 changed files with 78 additions and 2 deletions
|
|
@ -75,6 +75,10 @@ typedef struct {
|
|||
int (*doh_seek)(DOH *obj, long offset, int whence);
|
||||
long (*doh_tell)(DOH *obj);
|
||||
int (*doh_close)(DOH *obj);
|
||||
DOH *(*doh_getfile)(DOH *obj);
|
||||
void (*doh_setfile)(DOH *obj, DOH *f);
|
||||
int (*doh_getline)(DOH *obj);
|
||||
void (*doh_setline)(DOH *obj, int);
|
||||
} DohFileMethods;
|
||||
|
||||
/* String methods */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue