aboutsummaryrefslogtreecommitdiffstats
path: root/seti.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-02-19 00:15:46 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-02-19 00:15:46 +0000
commit77a7b28b2210f05f982c7baf323b5384c022aa44 (patch)
tree07db76a695855bceee5dc145c4db7d61b168c431 /seti.c
parentc5fcbafbb231bab069382831eb7b50e30113cd19 (diff)
downloadlcd4linux-77a7b28b2210f05f982c7baf323b5384c022aa44.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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@87 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'seti.c')
-rw-r--r--seti.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/seti.c b/seti.c
index 83ce79c..875787d 100644
--- a/seti.c
+++ b/seti.c
@@ -1,4 +1,4 @@
-/* $Id: seti.c,v 1.2 2001/02/18 21:16:06 reinelt Exp $
+/* $Id: seti.c,v 1.3 2001/02/19 00:15:46 reinelt Exp $
*
* seti@home specific functions
*
@@ -20,6 +20,11 @@
*
*
* $Log: seti.c,v $
+ * Revision 1.3 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.2 2001/02/18 21:16:06 reinelt
* *** empty log message ***
*
@@ -58,7 +63,7 @@
#include "debug.h"
#include "seti.h"
-int Seti (int *perc, int *cput)
+int oldSeti (int *perc, int *cput)
{
FILE *fstr;
static int err_marker=0; // Was there an erro before -> -2
@@ -182,7 +187,7 @@ int Seti (int *perc, int *cput)
}
-int newSeti (double *perc, double *cput)
+int Seti (double *perc, double *cput)
{
static char fn[256];
static time_t now=0;