aboutsummaryrefslogtreecommitdiffstats
path: root/seti.h
diff options
context:
space:
mode:
authorreinelt <>2001-03-08 09:02:04 +0000
committerreinelt <>2001-03-08 09:02:04 +0000
commit30f18de3d08ec4fa032926a0121542cafa4bfb98 (patch)
treed48cd443a22fab86e8df0223363714d6bd3aa7ca /seti.h
parente2c7102873c487b66a43bdaf31495b8994bf7cd5 (diff)
downloadlcd4linux-30f18de3d08ec4fa032926a0121542cafa4bfb98.tar.gz
[lcd4linux @ 2001-03-08 09:02:04 by reinelt]
seti client cleanup
Diffstat (limited to 'seti.h')
-rw-r--r--seti.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/seti.h b/seti.h
index 965c0de..7f7bfea 100644
--- a/seti.h
+++ b/seti.h
@@ -1,4 +1,4 @@
-/* $Id: seti.h,v 1.2 2001/02/19 00:15:46 reinelt Exp $
+/* $Id: seti.h,v 1.3 2001/03/08 09:02:04 reinelt Exp $
*
* seti@home specific functions
*
@@ -20,6 +20,10 @@
*
*
* $Log: seti.h,v $
+ * Revision 1.3 2001/03/08 09:02:04 reinelt
+ *
+ * seti client cleanup
+ *
* Revision 1.2 2001/02/19 00:15:46 reinelt
*
* integrated mail and seti client
@@ -34,8 +38,6 @@
#ifndef _SETI_H_
#define _SETI_H_
-#define DEFSETIPOLLEXT 10
-
int Seti (double *perc, double *cput);
#endif