1 #ifndef PATHDECODE_H
2 #define PATHDECODE_H
3 
4 #include "stralloc.h"
5 
6 extern void pathdecode(stralloc *);
7 
8 #endif
9