summaryrefslogtreecommitdiffstats
path: root/src/warn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/warn.h')
-rw-r--r--src/warn.h4
1 files changed, 2 insertions, 2 deletions
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