s3: lib: Add canonicalize_absolute_path().
[mat/samba.git] / source3 / lib / util_path.h
index 118a4bed5247e35ae714fd15eb25ffc28b6d28e5..16e279260842d0e648cdd8725e0393cefa5de02c 100644 (file)
@@ -27,5 +27,6 @@
 char *lock_path(const char *name);
 char *state_path(const char *name);
 char *cache_path(const char *name);
+char *canonicalize_absolute_path(TALLOC_CTX *ctx, const char *abs_path);
 
 #endif