mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
7 lines
97 B
C
7 lines
97 B
C
|
|
#ifndef __unescape_h__
|
||
|
|
#define __unescape_h__
|
||
|
|
|
||
|
|
void unescape (char *);
|
||
|
|
|
||
|
|
#endif // __unescape_h__
|