home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TV_FREE.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"
-
- /*================================================*/
- /* _TV_object_free destroy an object */
- /* Ralf Brown 7/14/88 */
- /*================================================*/
-
- void pascal _TV_object_free(OBJECT obj)
- {
- if (TVisobj(obj))
- TVsendmsg0(FREE_MSG, TOS, obj) ;
- }
-
- /* End of TV_FREE.C */
-