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
2004-06-12 19:09:27 +00:00

10 lines
123 B
C

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