aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.h')
-rw-r--r--plugin.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugin.h b/plugin.h
index ea8d980..c4e87e7 100644
--- a/plugin.h
+++ b/plugin.h
@@ -1,9 +1,9 @@
-/* $Id: plugin.h 728 2007-01-14 11:14:38Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/plugin.h $
+/* $Id: plugin.h 1087 2010-01-19 22:59:24Z mzuther $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/plugin.h $
*
* plugin handler for the Evaluator
*
- * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -24,12 +24,13 @@
*
*/
-
+#include "config.h"
#include "evaluator.h"
#ifndef _PLUGIN_H_
#define _PLUGIN_H_
+int plugin_list(void);
int plugin_init(void);
void plugin_exit(void);
#endif