]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/directory.h
Automatic unescaping of CAP hexencoded '/' and '.'
[netatalk.git] / include / atalk / directory.h
index e474faf59fec95c9b1bdc27e81edaa767a1e54ad..06a56ac9736b3c81d6d7c942bd89f97b9bbced93 100644 (file)
@@ -32,6 +32,7 @@
 #include <atalk/cnid.h>
 #include <atalk/bstrlib.h>
 #include <atalk/queue.h>
+#include <atalk/unicode.h>
 
 /* setgid directories */
 #ifndef DIRBITS
@@ -82,6 +83,7 @@ struct path {
     int         m_type;             /* mac name type (long name, unicode */
     char        *m_name;            /* mac name */
     char        *u_name;            /* unix name */
+    char        *unconverted_name;  /* NULL or u_name before ad_convert() conversion */
     cnid_t      id;                 /* file id (only for getmetadata) */
     struct dir  *d_dir;             /* */
     int         st_valid;           /* does st_errno and st set */