diff options
Diffstat (limited to 'libpiano/src/main.h')
-rw-r--r-- | libpiano/src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpiano/src/main.h b/libpiano/src/main.h index 1746e53..50edec4 100644 --- a/libpiano/src/main.h +++ b/libpiano/src/main.h @@ -23,5 +23,6 @@ THE SOFTWARE. #ifndef _MAIN_H #define _MAIN_H +void PianoFree (void *ptr, size_t size); #endif /* _MAIN_H */ |