1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Command line interface now works.

This commit is contained in:
Martin Mares
1999-11-17 12:00:21 +00:00
parent ea9bb932a3
commit ffb59d243a
4 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ typedef struct cli {
struct cli_out *tx_buf, *tx_pos, *tx_write;
event *event;
void (*cont)(struct cli *c);
void (*cleanup)(struct cli *c);
void *rover; /* Private to continuation routine */
int last_reply;
struct linpool *parser_pool; /* Pool used during parsing */