]> diplodocus.org Git - nmh/blobdiff - uip/scansbr.c
The start of the use of argsplit() to process command strings.
[nmh] / uip / scansbr.c
index 8fc88257cb8850b2842b7e2709d3ab8ea77253ef..930cfbc25f65864ca4d1dd0681f83a8f5f889fed 100644 (file)
@@ -394,3 +394,8 @@ void
 scan_eom_action (int (*action)()) {
     m_eomsbr (gstate, action);
 }
+
+void
+scan_reset_m_getfld_state () {
+    m_getfld_state_reset (&gstate);
+}