X-Git-Url: http://git.subgeniuskitty.com/pforth/.git/blobdiff_plain/6f3de3962bb26f4e1be714dfefc78de0fc16b376..662a735afec44a089d332b36749e3efacacaa92a:/csrc/pf_io.c diff --git a/csrc/pf_io.c b/csrc/pf_io.c index 643178b..819dc9f 100644 --- a/csrc/pf_io.c +++ b/csrc/pf_io.c @@ -222,7 +222,7 @@ FileStream *sdDeleteFile( const char *FileName ) return NULL; } -int sdRenameFile( const char *OldName, const char *NewName ) +cell_t sdRenameFile( const char *OldName, const char *NewName ) { UNIMPLEMENTED("sdRenameFile"); TOUCH(OldName);