#ifndef PARSE_H
#define PARSE_H
// This should be pretty self-explanatory...
int parse_all_client_messages ();
#endif