aboutsummaryrefslogtreecommitdiffstats
path: root/modules/test/test_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/test/test_impl.c')
-rw-r--r--modules/test/test_impl.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/test/test_impl.c b/modules/test/test_impl.c
index b086aff..4192bfd 100644
--- a/modules/test/test_impl.c
+++ b/modules/test/test_impl.c
@@ -9,3 +9,10 @@ void print_load_message(void) {
}
+void print_unload_message(void) {
+
+ printtext(NULL, NULL, MSGLEVEL_CLIENTERROR,
+ "Goodbye, Cruel World. ~signed \"%s\"", MODULE_NAME);
+
+}
+