summaryrefslogtreecommitdiffstats
path: root/src/warn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/warn.h')
-rw-r--r--src/warn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/warn.h b/src/warn.h
index c414378..43af832 100644
--- a/src/warn.h
+++ b/src/warn.h
@@ -14,5 +14,7 @@ enum Warning
void warnUser( struct user *usr, enum Warning what, int seconds );
+void showWarning( const struct user *usr, const char *title, const char *body );
+
#endif