Obtain afs status items directly from afs.
[paraslash.git] / client.h
index b813f186590b3d505ee20187ba050cee38c02c0c..c6d5c75d1ebf1e70a7dbeafa5ca10f60a2e00592 100644 (file)
--- a/client.h
+++ b/client.h
@@ -58,7 +58,7 @@ struct client_task {
        /** the client task structure */
        struct task task;
        /** the buffer used for handshake and receiving */
-       char buf[CLIENT_BUFSIZE];
+       char *buf;
        /** number of bytes loaded in \p buf */
        size_t loaded;
        /** non-zero if the pre_select hook added \p fd to the read fd set */
@@ -76,4 +76,5 @@ struct client_task {
 };
 
 void client_close(struct client_task *ct);
-int client_open(int argc, char *argv[], struct client_task **ct);
+int client_open(int argc, char *argv[], struct client_task **ct,
+               int *loglevel);