home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVOREAD.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_read wait for any object in OBJECTQ to */
- /* have input */
- /* Ralf Brown 5/6/88 */
- /*================================================*/
-
- OBJECT pascal TVobq_read(OBJECT obq)
- {
- return (OBJECT) TVsendmsg1(READ_MSG, obq?TOS:OBJQME, obq) ;
- }
-
- /* End of TVOREAD.C */
-