#ifndef __PARSE_MESSAGE_H #define __PARSE_MESSAGE_H void parseMessage(char *buffer, int blen); void initDisplay(); #endif