From c97873ca1e2976d6936c125a2a0a6fffc2638498 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Mar 1992 14:42:27 +0000 Subject: [PATCH] declare post_msg() integer --- src/ca/iocinf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index a5d9ca1be..b919e0b48 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -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 */