]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/directory.h
Automatic unescaping of CAP hexencoded '/' and '.'
[netatalk.git] / include / atalk / directory.h
index a2759aa18ca1cb455d73b0c1c6c3479a3c941882..06a56ac9736b3c81d6d7c942bd89f97b9bbced93 100644 (file)
@@ -83,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 */