X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffsfs.py;fp=direct%2Fpython%2Fyaffsfs.py;h=1d0c8ffde8c4845b20f4fa6341509c0cae8db118;hp=77048200b65b48eb2279ac9d32905a48a2633413;hb=41573908f821bcb40750e7c069ea8f5178f630e5;hpb=d4264d6b99c4b943c3217347ec73e1f6bef49a63 diff --git a/direct/python/yaffsfs.py b/direct/python/yaffsfs.py index 7704820..1d0c8ff 100644 --- a/direct/python/yaffsfs.py +++ b/direct/python/yaffsfs.py @@ -240,10 +240,10 @@ 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 = [] -yaffs_StartUp.restype = c_int +#int yaffs_start_up(void) +yaffs_start_up = ylib.yaffs_start_up +yaffs_start_up.argtypes = [] +yaffs_start_up.restype = c_int yaffs_O_CREAT=ylib.yaffs_O_CREAT() yaffs_O_RDONLY=ylib.yaffs_O_RDONLY()