declare post_msg() integer

This commit is contained in:
Jeff Hill
1992-03-16 14:42:27 +00:00
parent 0097d7a523
commit c97873ca1e

View File

@@ -19,6 +19,7 @@
/* .08 102991 joh added sprintf buffer */
/* .09 111891 joh added event task id for vxWorks */
/* .10 111991 joh mobe IODONESUB macro to service.c */
/* .11 031692 joh added declaration for post_msg() */
/* */
/*_begin */
/************************************************************************/
@@ -259,5 +260,6 @@ void mark_server_available();
void issue_claim_channel();
void ca_request_event();
void cac_io_done();
int post_msg();
#endif /* this must be the last line in this file */