(file) Return to tvfs.h CVS log (file) (dir) Up to [RizwankCVS] / group3 / wine / dlls / cabinet / tests

Diff for /group3/wine/dlls/cabinet/tests/tvfs.h between version 1.1 and 1.2

version 1.1, 2005/02/21 07:24:47 version 1.2, 2005/02/26 03:39:29
Line 22 
Line 22 
 unsigned int tvfs_read(int h, void *buf, unsigned int len); unsigned int tvfs_read(int h, void *buf, unsigned int len);
 unsigned int tvfs_write(int h, void *buf, unsigned int len); unsigned int tvfs_write(int h, void *buf, unsigned int len);
 int tvfs_close(int h); int tvfs_close(int h);
 long tvfs_lseek(int h, long whither, int whence);  long tvfs_lseek(int h,  long whence, int whither);
  
 /* Create given file with given contents, return inode number or -1 on fail */ /* Create given file with given contents, return inode number or -1 on fail */
 int tvfs_create(const char *fname, const char *buf, int len); int tvfs_create(const char *fname, const char *buf, int len);


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Rizwan Kassim
Powered by
ViewCVS 0.9.2