X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fpython%2Fyaffsfs.py;fp=direct%2Fpython%2Fyaffsfs.py;h=03583fdea6a1fdacf086c548aad9832f6fd3b166;hb=7396445d7d0d13469b9505791114b9dc6b76ffe4;hp=7347687cf9a1ff461e758ac82361e77253f9c22a;hpb=e3344eda11a9656644f9c7fe345f1283cdd46b20;p=yaffs2.git diff --git a/direct/python/yaffsfs.py b/direct/python/yaffsfs.py index 7347687..03583fd 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 #int yaffs_set_trace(unsigned int tm) { return yaffs_traceMask=tm; } yaffs_set_trace=ylib.yaffs_set_trace