X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffsfs.py;h=5ef7c76120a38e4ae00e549a8d1c1f03b735e01c;hb=5e008044bbb82598c2ae8ddd7bab78c955b6d2b0;hp=7a51d3654acb941a360e4b73452b86d74a28355d;hpb=f2d455470f1677828cf1c4fc74b64592edb79139;p=yaffs2.git diff --git a/direct/python/yaffsfs.py b/direct/python/yaffsfs.py index 7a51d36..5ef7c76 100644 --- a/direct/python/yaffsfs.py +++ b/direct/python/yaffsfs.py @@ -230,6 +230,11 @@ yaffs_inodecount = ylib.yaffs_inodecount yaffs_inodecount.argtypes = [c_char_p] yaffs_inodecount.restype = c_int +#int yaffs_n_handles(const YCHAR *path) +yaffs_n_handles = ylib.yaffs_n_handles +yaffs_n_handles.argtypes = [c_char_p] +yaffs_n_handles.restype = c_int + #int yaffs_StartUp(void) yaffs_StartUp = ylib.yaffs_StartUp yaffs_StartUp.argtypes = []