parent
8e75cad453
commit
b636017359
|
|
@ -195,6 +195,9 @@ extern void inp_probe(struct card* card);
|
||||||
static void utf8_syntax_check(struct card *deck);
|
static void utf8_syntax_check(struct card *deck);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct card* insert_new_line(
|
||||||
|
struct card* card, char* line, int linenum, int linenum_orig);
|
||||||
|
|
||||||
struct inp_read_t {
|
struct inp_read_t {
|
||||||
struct card *cc;
|
struct card *cc;
|
||||||
int line_number;
|
int line_number;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue