From e21969bf3e0a1e5d88e1200a36903da52e85107d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 12 Jun 2019 16:35:27 +0200 Subject: Slightly more consistent naming --- src/warn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/warn.h') diff --git a/src/warn.h b/src/warn.h index 43af832..094fe5f 100644 --- a/src/warn.h +++ b/src/warn.h @@ -12,9 +12,9 @@ enum Warning WARN_ENUM_END, }; -void warnUser( struct user *usr, enum Warning what, int seconds ); +void warn_showDefaultWarning( struct user *usr, enum Warning what, int seconds ); -void showWarning( const struct user *usr, const char *title, const char *body ); +void warn_showCustomWarning( const struct user *usr, const char *title, const char *body ); #endif -- cgit v1.2.3-55-g7522