X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fnetwork.h;h=19a9f2c83c81fa9866cc20d74dd57f38e3abeac5;hb=db28d5c6f7928b707bffa193ad93dfa7556ab0ad;hp=e291aa22e706903517daeb7fca1fd231b543d2f8;hpb=eaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a;p=dockapps%2Fwmnotify.git diff --git a/src/network.h b/src/network.h index e291aa2..19a9f2c 100644 --- a/src/network.h +++ b/src/network.h @@ -13,6 +13,11 @@ #include +/* POP3 responses may be up to 512 characters long, including the terminating + CRLF. */ +#define WMNOTIFY_BUFSIZE 1024 + + int SocketOpen( char *server_name, int port );