From ffb59d243a350ed525850e864b38af0ecb0ffea5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 Nov 1999 12:00:21 +0000 Subject: Command line interface now works. --- nest/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/cli.h') diff --git a/nest/cli.h b/nest/cli.h index d4413ff..2d748db 100644 --- a/nest/cli.h +++ b/nest/cli.h @@ -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 */ -- cgit v1.2.3