[BACK]Return to ukfs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libukfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libukfs/ukfs.h between version 1.8 and 1.9

version 1.8, 2009/04/26 22:23:01 version 1.9, 2009/07/22 20:46:34
Line 43  struct timeval;
Line 43  struct timeval;
 struct ukfs;  struct ukfs;
 struct ukfs_dircookie;  struct ukfs_dircookie;
   
 #define UKFS_DEFAULTMP "/"  #define UKFS_DEFAULTMP "/ukfs"
   
 #define UKFS_RELFLAG_NOUNMOUNT  0x01  #define UKFS_RELFLAG_NOUNMOUNT  0x01
   #define UKFS_RELFLAG_FORCE      0x02
   
 #define UKFS_VERSION    001 /* sector 001 */  #define UKFS_VERSION    002 /* secret ukfs 002 */
 #define ukfs_init()     _ukfs_init(UKFS_VERSION)  #define ukfs_init()     _ukfs_init(UKFS_VERSION)
   
 __BEGIN_DECLS  __BEGIN_DECLS
Line 55  __BEGIN_DECLS
Line 56  __BEGIN_DECLS
 int             _ukfs_init(int);  int             _ukfs_init(int);
 struct ukfs     *ukfs_mount(const char *, const char *, const char *,  struct ukfs     *ukfs_mount(const char *, const char *, const char *,
                           int, void *, size_t);                            int, void *, size_t);
 void            ukfs_release(struct ukfs *, int);  int             ukfs_release(struct ukfs *, int);
   
 int             ukfs_opendir(struct ukfs *, const char *,  int             ukfs_opendir(struct ukfs *, const char *,
                              struct ukfs_dircookie **);                               struct ukfs_dircookie **);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>