Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-01-21 00:27:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-21 00:27:16 +0300
commit88561ed669da880561ca323db52f9370287475c2 (patch)
tree989faa4da716cbbb9a4e9f033b8da8ca19791d3b /source/blender/blenlib/BLI_blenlib.h
parentc11fce1a9fcad3c1e8e80a01c4f3b25afb35dc0e (diff)
touch function that should also work on non unix os's, though I cant test here.
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 42b3bf2ce14..e149c92c72b 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -296,7 +296,7 @@ int BLI_rename(char *from, char *to);
int BLI_gzip(char *from, char *to);
int BLI_delete(char *file, int dir, int recursive);
int BLI_move(char *file, char *to);
-int BLI_touch(char *file);
+int BLI_touch(const char *file);
char *BLI_last_slash(const char *string);
/* BLI_rct.c */