diff options
| author | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-06-13 14:17:54 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com> | 2008-06-13 14:17:54 +0200 |
| commit | 892e407c5f5e06fa8c0ca9250b3bc99851c6a61d (patch) | |
| tree | fbca968b4f12c18cc755c0436925b744c6bb04ea /common/strutils.h | |
| parent | 4e58288e8e2e76e8d518b21273f787be16a486c3 (diff) | |
| download | tuxcmd-modules-892e407c5f5e06fa8c0ca9250b3bc99851c6a61d.tar.xz | |
Symlink resolving code, disabled by default
Diffstat (limited to 'common/strutils.h')
| -rw-r--r-- | common/strutils.h | 1 |
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__ */ |
