Code reformatting
[dockapps/wmnotify.git] / src / network.h
index e291aa2..19a9f2c 100644 (file)
 #include <unistd.h>
 
 
+/* POP3 responses may be up to 512 characters long, including the terminating
+   CRLF. */
+#define WMNOTIFY_BUFSIZE 1024
+
+
 int
 SocketOpen( char *server_name, int port );