Mercurial > hg > octave-nkf
diff src/oct-iostrm.h @ 4797:19b8225bdaa2
[project @ 2004-02-23 22:10:31 by jwe]
author | jwe |
---|---|
date | Mon, 23 Feb 2004 22:10:32 +0000 |
parents | ef3a14fb6847 |
children | 6d481b6e349e |
line wrap: on
line diff
--- a/src/oct-iostrm.h +++ b/src/oct-iostrm.h @@ -40,11 +40,11 @@ // Position a stream at OFFSET relative to ORIGIN. - int seek (std::streamoff offset, std::ios::seekdir origin); + int seek (long offset, int origin); // Return current stream position. - std::streamoff tell (void) const; + long tell (void); // Return non-zero if EOF has been reached on this stream.