aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.h
diff options
context:
space:
mode:
authorreinelt <>2003-12-19 05:35:14 +0000
committerreinelt <>2003-12-19 05:35:14 +0000
commit8f59bbc584905f461dc4d628e7347839612b3fcf (patch)
treeaec740b39fa23917f7ba4ee95172f738d7ef8621 /plugin.h
parent42157e8617953e3c0863679f4cc4684842979204 (diff)
downloadlcd4linux-8f59bbc584905f461dc4d628e7347839612b3fcf.tar.gz
[lcd4linux @ 2003-12-19 05:35:13 by reinelt]
renamed 'client' to 'plugin'
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