Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706450
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/inc/htmshell.h
0
++ b/inc/htmshell.h
Lines 85-91 void htmlBadVar(char *varName); Link Here
85
void htmlImage(char *fileName, int width, int height); 
85
void htmlImage(char *fileName, int width, int height); 
86
/* Display centered image file. */
86
/* Display centered image file. */
87
87
88
jmp_buf htmlRecover;  /* Error recovery jump. Exposed for cart's use. */
88
extern jmp_buf htmlRecover;  /* Error recovery jump. Exposed for cart's use. */
89
89
90
void htmlVaWarn(char *format, va_list args);
90
void htmlVaWarn(char *format, va_list args);
91
/* Write an error message.  (Generally you just call warn() or errAbort().
91
/* Write an error message.  (Generally you just call warn() or errAbort().

Return to bug 706450