--- libwww/Library/src/HText.c 1999/01/22 13:54:17 2.3 +++ libwww/Library/src/HText.c 1999/02/07 18:09:27 2.4 @@ -3,7 +3,7 @@ ** ** (c) COPYRIGHT MIT 1999. ** Please first read the full copyright statement in the file COPYRIGH. -** @(#) $Id: HText.c,v 2.3 1999/01/22 13:54:17 frystyk Exp $ +** @(#) $Id: HText.c,v 2.4 1999/02/07 18:09:27 frystyk Exp $ ** ** This generates of a hypertext object and calls the application ** via callbacks. @@ -168,6 +168,12 @@ PUBLIC BOOL HText_unregisterCDCallback ( return YES; } +PUBLIC BOOL HText_registerBuildCallback (HText_build * bcb) +{ + text_build = bcb; + return YES; +} + PUBLIC BOOL HText_registerTextCallback (HText_addText * tcb) { text_addText = tcb;