#ifndef _POST_H
#define _POST_H


void Post(char *, long, char *, char *, char *);	/* Post a Message */


#endif