Skip to content

Commit

Permalink
Merge pull request #21 from fizwit/htmlRecover
Browse files Browse the repository at this point in the history
issue #20 fix multible definition
  • Loading branch information
icebert authored Dec 1, 2022
2 parents e26bf6b + a7b895b commit c744fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/htmshell.h
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@ void htmlBadVar(char *varName);
void htmlImage(char *fileName, int width, int height);
/* Display centered image file. */

jmp_buf htmlRecover; /* Error recovery jump. Exposed for cart's use. */
extern jmp_buf htmlRecover; /* Error recovery jump. Exposed for cart's use. */

void htmlVaWarn(char *format, va_list args);
/* Write an error message. (Generally you just call warn() or errAbort().

0 comments on commit c744fdf

Please sign in to comment.