yaffs First round of name changes
[yaffs2.git] / direct / python / yaffsfs.py
index 4d0e5db93047964b3f39d115f12d26e322b376fb..48d412993f62933a90bdfd2833a7a8545c5da710 100644 (file)
@@ -240,8 +240,8 @@ 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