#ifndef _MESSAGE_H_ #define _MESSAGE_H_ struct message { char *host; char *meth; char *arg; }; #endif