aboutsummaryrefslogtreecommitdiffstats
path: root/seti.h
diff options
context:
space:
mode:
authorreinelt <>2001-02-19 00:15:46 +0000
committerreinelt <>2001-02-19 00:15:46 +0000
commitd7c2edb43e73bc440c0adc6c1c445570b2aae698 (patch)
tree07db76a695855bceee5dc145c4db7d61b168c431 /seti.h
parent38287b5ff28d67e0866a52dba8e7c67fdcfedf81 (diff)
downloadlcd4linux-d7c2edb43e73bc440c0adc6c1c445570b2aae698.tar.gz
[lcd4linux @ 2001-02-19 00:15:46 by reinelt]
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens
Diffstat (limited to 'seti.h')
-rw-r--r--seti.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/seti.h b/seti.h
index 5855aa4..965c0de 100644
--- a/seti.h
+++ b/seti.h
@@ -1,4 +1,4 @@
-/* $Id: seti.h,v 1.1 2001/02/18 21:15:15 reinelt Exp $
+/* $Id: seti.h,v 1.2 2001/02/19 00:15:46 reinelt Exp $
*
* seti@home specific functions
*
@@ -20,6 +20,11 @@
*
*
* $Log: seti.h,v $
+ * Revision 1.2 2001/02/19 00:15:46 reinelt
+ *
+ * integrated mail and seti client
+ * major rewrite of parser and tokenizer to support double-byte tokens
+ *
* Revision 1.1 2001/02/18 21:15:15 reinelt
*
* added setiathome client
@@ -31,6 +36,6 @@
#define DEFSETIPOLLEXT 10
-int Seti (int *perc, int *cput);
+int Seti (double *perc, double *cput);
#endif