diff options
Diffstat (limited to 'src/libhaiku.h')
-rw-r--r-- | src/libhaiku.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhaiku.h b/src/libhaiku.h index aebc0b2..5cb26ef 100644 --- a/src/libhaiku.h +++ b/src/libhaiku.h @@ -26,7 +26,7 @@ * @param s The argument to pass to `perror` in case we call back to it. * `NULL` if you never what `perror` to be used. */ -void haiku(const char *s); +void libhaiku_perror(const char *s); #endif |