home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVOOPEN.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"
-
- /*================================================*/
- /* TVobq_open open an objectq */
- /* Ralf Brown 4/10/88 */
- /*================================================*/
-
- void pascal TVobq_open(OBJECT obq)
- {
- TVsendmsg0(OPEN_MSG, obq?TOS:OBJQME, obq) ;
- }
-
- /* End of TVOOPEN.C */
-