Skip to content
Snippets Groups Projects
Commit b4d87eab authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Added WHITESPACE.

parent d17bf287
No related branches found
No related tags found
No related merge requests found
......@@ -100,3 +100,6 @@ const int MAXQUEUEDSIZE = 300;
/* Max entries in the per-client transmit queue to send at any one time */
const int MAXDEQUEUELEN = 10;
/* What is whitespace? */
const unsigned char *WHITESPACE = (const unsigned char *)" \t\f\n";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment