aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-12-19 05:35:14 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-12-19 05:35:14 +0000
commitc1c11bb955fc2ab80bb8356aa917ab1bda843ce7 (patch)
treeaec740b39fa23917f7ba4ee95172f738d7ef8621 /plugin.h
parent6ace72e8fcfdca9f7d92816da58b204b6d2c7893 (diff)
downloadlcd4linux-c1c11bb955fc2ab80bb8356aa917ab1bda843ce7.tar.gz
[lcd4linux @ 2003-12-19 05:35:13 by reinelt]
renamed 'client' to 'plugin' git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@279 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--plugin.h (renamed from client.h)15
1 files changed, 9 insertions, 6 deletions
diff --git a/client.h b/plugin.h
index 6956227..d860c31 100644
--- a/client.h
+++ b/plugin.h
@@ -1,6 +1,6 @@
-/* $Id: client.h,v 1.1 2003/10/11 06:01:52 reinelt Exp $
+/* $Id: plugin.h,v 1.1 2003/12/19 05:35:14 reinelt Exp $
*
- * client function handling
+ * plugin handler for the Evaluator
*
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
@@ -21,7 +21,10 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*
- * $Log: client.h,v $
+ * $Log: plugin.h,v $
+ * Revision 1.1 2003/12/19 05:35:14 reinelt
+ * renamed 'client' to 'plugin'
+ *
* Revision 1.1 2003/10/11 06:01:52 reinelt
*
* renamed expression.{c,h} to client.{c,h}
@@ -37,9 +40,9 @@
#include "evaluator.h"
-#ifndef _CLIENT_H_
-#define _CLIENT_H_
+#ifndef _PLUGIN_H_
+#define _PLUGIN_H_
-int client_init (void);
+int plugin_init (void);
#endif