summaryrefslogtreecommitdiff
path: root/common/strutils.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-06-13 14:17:54 +0200
committerTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-06-13 14:17:54 +0200
commit892e407c5f5e06fa8c0ca9250b3bc99851c6a61d (patch)
treefbca968b4f12c18cc755c0436925b744c6bb04ea /common/strutils.h
parent4e58288e8e2e76e8d518b21273f787be16a486c3 (diff)
downloadtuxcmd-modules-892e407c5f5e06fa8c0ca9250b3bc99851c6a61d.tar.xz
Symlink resolving code, disabled by default
Diffstat (limited to 'common/strutils.h')
-rw-r--r--common/strutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/strutils.h b/common/strutils.h
index a301c53..95cc16b 100644
--- a/common/strutils.h
+++ b/common/strutils.h
@@ -43,6 +43,7 @@ char* include_leading_path_sep(const char *APath);
char* exclude_leading_path_sep(const char *APath);
char* extract_file_name(const char *APath);
char* extract_file_path(const char *APath);
+char* resolve_relative(const char *source, const char *point_to);
#endif /* __STRUTILS_H__ */