From 16fabe7b64a6e40008403da5d1107ade8f43eb3b Mon Sep 17 00:00:00 2001 From: lfcorreia Date: Sun, 30 Jul 2006 11:29:02 +0000 Subject: [lcd4linux @ 2006-07-30 11:29:02 by lfcorreia] Make changes suggested by Michael, only one init function is needed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@679 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugin.c') diff --git a/plugin.c b/plugin.c index 8070b0a..b2f924b 100644 --- a/plugin.c +++ b/plugin.c @@ -1,4 +1,4 @@ -/* $Id: plugin.c,v 1.42 2006/07/29 21:12:31 lfcorreia Exp $ +/* $Id: plugin.c,v 1.43 2006/07/30 11:29:02 lfcorreia Exp $ * * plugin handler for the Evaluator * @@ -23,6 +23,9 @@ * * * $Log: plugin.c,v $ + * Revision 1.43 2006/07/30 11:29:02 lfcorreia + * Make changes suggested by Michael, only one init function is needed + * * Revision 1.42 2006/07/29 21:12:31 lfcorreia * Add UPPERCASE string plugin function * @@ -221,8 +224,6 @@ int plugin_init_math(void); void plugin_exit_math(void); int plugin_init_string(void); void plugin_exit_string(void); -int plugin_init_strupper(void); -void plugin_exit_strupper(void); int plugin_init_test(void); void plugin_exit_test(void); int plugin_init_time(void); -- cgit v1.2.3