configure.ac: Add some missing checks.
[paraslash.git] / client.h
index 199d5c9a5b9564cdac6c8746ed8a82d873836657..d7f7f8f34cc745a0df5a36ae59b7ff2e5fa4eca6 100644 (file)
--- a/client.h
+++ b/client.h
@@ -58,7 +58,7 @@ struct private_client_data {
        /** the client task structure */
        struct task task;
        /** non-zero if task is unregistered */
-       int eof;
+       int error;
        /** the buffer used for handshake and receiving */
        char buf[CLIENT_BUFSIZE];
        /** number of bytes loaded in \p buf */
@@ -79,5 +79,3 @@ struct private_client_data {
 
 void client_close(struct private_client_data *pcd);
 int client_open(int argc, char *argv[], struct private_client_data **pcd_ptr);
-void client_pre_select(struct sched *s, struct task *t);
-void client_post_select(struct sched *s, struct task *t);