d09f6b3016
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
7 lines
97 B
C
7 lines
97 B
C
#ifndef __unescape_h__
|
|
#define __unescape_h__
|
|
|
|
void unescape (char *);
|
|
|
|
#endif // __unescape_h__
|