From 06fd33dafab7e5ce5e96ce5cf5cd8379116185ec Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 9 Jan 2011 11:40:33 +0000 Subject: module/test: documented it a bit better, and add an unload message. --- modules/test/test_impl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/test/test_impl.h') diff --git a/modules/test/test_impl.h b/modules/test/test_impl.h index bd9b185..e5bde72 100644 --- a/modules/test/test_impl.h +++ b/modules/test/test_impl.h @@ -1,9 +1,7 @@ #ifndef _TEST_IMPL_H_ #define _TEST_IMPL_H_ 1 - void print_load_message(void); - - +void print_unload_message(void); #endif /* _TEST_IMPL_H_ */ -- cgit v1.2.3