home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVBADDR.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_sender get sender of last message read */
- /* Ralf Brown 4/17/88 */
- /*================================================*/
-
- OBJECT pascal TVmbx_sender(OBJECT mbx)
- {
- PARMLIST1 p ;
-
- p.num_args = 0 ;
- TVsendmsg(ADDR_MSG, mbx?TOS:MAILME, mbx, (PARMLIST *)&p) ;
- return (OBJECT) p.arg[0] ;
- }
-
- /* End of TVBADDR.C */
-