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>2012-08-29 14:32:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-29 14:32:38 +0400
commit635db3b3066b71d4c9c0f4a67d20aeff0d4b3810 (patch)
tree8ff6739fe6fadda6ed96141c024575f13e4ccf3d /source/blender/blenlib/BLI_path_util.h
parent1d9eaad73ae1ce8ddfbef68ffbf8c56ac06ac0ce (diff)
code cleanup: add utility function BLI_path_is_rel()
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index 9b68406cc54..35d7b8d9444 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -154,6 +154,8 @@ int BLI_path_frame_range(char *path, int sta, int end, int digits);
int BLI_path_cwd(char *path);
void BLI_path_rel(char *file, const char *relfile);
+int BLI_path_is_rel(const char *path);
+
#ifdef WIN32
# define BLI_path_cmp BLI_strcasecmp
# define BLI_path_ncmp BLI_strncasecmp