#ifndef _POST_H
#define _POST_H
/* $Id$ */
int Post(char *, long, char *, char *, char *); /* Post a Message */
#endif