]> wimlib.net Git - wimlib/blobdiff - include/wimlib/paths.h
Compiler stuff
[wimlib] / include / wimlib / paths.h
index 944fbf45b522d2281addf7ced0747cf15cc24f0c..311a8a0e867b2db9c4414eb9586c73ddb73c2288 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef _WIMLIB_PATHS_H
 #define _WIMLIB_PATHS_H
 
+#include "wimlib/compiler.h"
 #include "wimlib/types.h"
 
 const tchar *
@@ -16,9 +17,9 @@ extern void
 zap_backslashes(tchar *s);
 
 extern tchar *
-canonicalize_wim_path(const tchar *wim_path);
+canonicalize_wim_path(const tchar *wim_path) _malloc_attribute;
 
 extern tchar *
-canonicalize_fs_path(const tchar *fs_path);
+canonicalize_fs_path(const tchar *fs_path) _malloc_attribute;
 
 #endif /* _WIMLIB_PATHS_H */