mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef __unescape_h__
|
|
#define __unescape_h__
|
|
|
|
void unescape (char *);
|
|
|
|
#endif // __unescape_h__
|