aboutsummaryrefslogtreecommitdiffstats
path: root/processor.h
diff options
context:
space:
mode:
authorreinelt <>2003-09-09 05:30:34 +0000
committerreinelt <>2003-09-09 05:30:34 +0000
commitb39a42b909dfb1c174044cf977d272f94445b18e (patch)
tree5170a8ead387da3151f849852239cdbbac5b72dc /processor.h
parent9e7b5817f97f51696d6f17a77c4a4ed82114a113 (diff)
downloadlcd4linux-b39a42b909dfb1c174044cf977d272f94445b18e.tar.gz
[lcd4linux @ 2003-09-09 05:30:33 by reinelt]
even more icons stuff
Diffstat (limited to 'processor.h')
-rw-r--r--processor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/processor.h b/processor.h
index eb489a4..6554590 100644
--- a/processor.h
+++ b/processor.h
@@ -1,4 +1,4 @@
-/* $Id: processor.h,v 1.1 2000/03/22 07:33:50 reinelt Exp $
+/* $Id: processor.h,v 1.2 2003/09/09 05:30:34 reinelt Exp $
*
* main data processing
*
@@ -20,6 +20,9 @@
*
*
* $Log: processor.h,v $
+ * Revision 1.2 2003/09/09 05:30:34 reinelt
+ * even more icons stuff
+ *
* Revision 1.1 2000/03/22 07:33:50 reinelt
*
* FAQ added
@@ -31,6 +34,6 @@
#define _PROCESSOR_H_
void process_init (void);
-void process (int smooth);
+void process (void);
#endif