X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4165ce30f81bc078f3635a2a198f3a2ab5fc9b75..937ee92013bed7b3ebd30fff2c17a751d37b1a61:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 81983010..7cce0ba7 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -230,11 +230,14 @@ m_getfld_state_t m_getfld_state_init(FILE *iob); void m_getfld_state_reset (m_getfld_state_t *); void m_getfld_state_destroy (m_getfld_state_t *); void m_getfld_track_filepos (m_getfld_state_t *, FILE *); +void m_getfld_track_filepos2(m_getfld_state_t *); int m_getfld (m_getfld_state_t *, char[NAMESZ], char *, int *, FILE *); +int m_getfld2(m_getfld_state_t *, char[NAMESZ], char *, int *); int m_gmprot (void); char *m_name (int); void m_unknown(m_getfld_state_t *, FILE *); +void m_unknown2(m_getfld_state_t *); /* * Clear the screen, using the appropriate entry from the terminfo database