summaryrefslogtreecommitdiffstats
path: root/nest/cli.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-17 13:00:21 +0100
committerMartin Mares <mj@ucw.cz>1999-11-17 13:00:21 +0100
commitffb59d243a350ed525850e864b38af0ecb0ffea5 (patch)
treec3fe6231d5cd814afc901bcf992c0967014e09fc /nest/cli.h
parentea9bb932a31e5df14e3a1a5f580e62b6aedc0247 (diff)
downloadbird-ffb59d243a350ed525850e864b38af0ecb0ffea5.tar
bird-ffb59d243a350ed525850e864b38af0ecb0ffea5.zip
Command line interface now works.
Diffstat (limited to 'nest/cli.h')
-rw-r--r--nest/cli.h1
1 files changed, 1 insertions, 0 deletions
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 */