X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Fpython%2Fyaffs_python_helper.c;h=01eb3575069cdcdcb4dd385264b7887739a30cd5;hb=f43976eda35065890e7cf0a008e9518158eb71d6;hp=0a523e63c52bf8a9f2bf898c4766471a11a44011;hpb=7f0f2c68474e11183cfbaebfd7c21ba48228f05e;p=yaffs2.git diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index 0a523e6..01eb357 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -2,7 +2,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -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; }