From 2bb6d61eb241923fed046db8cd109143802c7798 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 4 Jan 2016 20:47:35 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libhaiku.c | 3 +-- src/libhaiku.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libhaiku.c b/src/libhaiku.c index 5237b6f..71f4b00 100644 --- a/src/libhaiku.c +++ b/src/libhaiku.c @@ -88,8 +88,7 @@ static const char * random_haiku(const char *str, ... /*, NULL */) * @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) { #define H(...) do { fprintf(stderr, "%s", random_haiku(__VA_ARGS__, NULL)); return; } while (0) 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 -- cgit v1.2.3-70-g09d2