home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVBOPEN.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
898b
|
25 lines
/*================================================*/
/* TVBOPEN.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use, */
/* provided that this copyright notice remains */
/* intact and any changes are indicated in the */
/* comment blocks preceding functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVmbx_open open a mailbox */
/* Ralf Brown 4/20/88 */
/*================================================*/
void pascal TVmbx_open(OBJECT mbx)
{
TVsendmsg0(OPEN_MSG, mbx?TOS:MAILME, mbx) ;
}
/* End of TVBOPEN.C */