*** empty log message ***

This commit is contained in:
Jeff Hill
1994-03-30 12:05:05 +00:00
parent 7007bf95bb
commit 73ce691d3f
2 changed files with 3 additions and 3 deletions

View File

@@ -473,7 +473,7 @@ void noop_msg();
void ca_busy_message();
void ca_ready_message();
void flow_control();
char *host_from_addr();
void host_from_addr();
int ca_repeater_task();
void mark_server_available();
void issue_claim_channel();

View File

@@ -131,7 +131,7 @@ char *pInBuf,
unsigned long blockSize
)
#else
int post_msg(piiu, pnet_addr)
int post_msg(piiu, pnet_addr, pInBuf, blockSize)
struct ioc_in_use *piiu;
struct in_addr *pnet_addr;
char *pInBuf;
@@ -688,7 +688,7 @@ IIU *piiu,
struct in_addr *pnet_addr
)
#else
LOCAL void reconnect_channel(hdrptr,pnet_addr)
LOCAL void reconnect_channel(piiu,pnet_addr)
IIU *piiu;
struct in_addr *pnet_addr;
#endif