X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;h=01eb3575069cdcdcb4dd385264b7887739a30cd5;hp=425bcda1e83bfc1ab990839699361a4d367c4a59;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hpb=b07263adb5c642fcb911125a77b9e7f4bb8af64c;ds=sidebyside diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index 425bcda..01eb357 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -45,5 +45,5 @@ int yaffs_O_WRONLY(void) { return O_WRONLY;} int yaffs_O_RDWR(void) { return O_RDWR;} int yaffs_O_TRUNC(void) { return O_TRUNC;} -int yaffs_set_trace(unsigned int tm) { return yaffs_traceMask=tm; } -int yaffs_get_trace(void) { return yaffs_traceMask; } +int yaffs_set_trace(unsigned int tm) { return yaffs_trace_mask=tm; } +int yaffs_get_trace(void) { return yaffs_trace_mask; }