This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbfido/post.h
2005-10-11 20:49:41 +00:00

10 lines
122 B
C

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