Demonstration of groff .psbb request handling code, for EPS and PDF input files
Revision | e2724ea004c49897f89a8b47e10d38d7f26641b2 (tree) |
---|---|
Zeit | 2021-10-20 04:50:55 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Provide a prototype for the yylex() replacement function.
* psbb.h (psbb_lex): Declare prototype.
@@ -38,6 +38,8 @@ | ||
38 | 38 | # define EXTERN_C |
39 | 39 | #endif |
40 | 40 | |
41 | +EXTERN_C int psbb_lex (void); | |
42 | + | |
41 | 43 | EXTERN_C void psbb_get_bounding_box (const char *); |
42 | 44 | EXTERN_C FILE *psbb_open_file_for_parse (const char *); |
43 | 45 | EXTERN_C void psbb_assign_registers (int, int, int, int); |