X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/00d760f7506c2d5c32ab5abf9f11b3066999f08a..b3d4a4452c332fc3550db3fbdf9e02027b41e985:/uip/scansbr.c diff --git a/uip/scansbr.c b/uip/scansbr.c index 11646981..b82c3c56 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -5,12 +5,13 @@ * complete copyright information. */ -#include -#include -#include -#include -#include -#include +#include "h/mh.h" +#include "sbr/error.h" +#include "h/addrsbr.h" +#include "h/fmt_scan.h" +#include "h/scansbr.h" +#include "h/tws.h" +#include "h/utils.h" #include "sbr/terminal.h" static struct format *fmt; @@ -354,11 +355,13 @@ finished: /* The following two functions allow access to the global gstate above. */ void -scan_finished(void) { +scan_finished(void) +{ m_getfld_state_destroy (&gstate); } void -scan_detect_mbox_style (FILE *f) { +scan_detect_mbox_style (FILE *f) +{ m_unknown (&gstate, f); }