cmd: itera entre os comandos.
[cascardo/declara.git] / lib / cmd.h
index 24ff5e0..f795d45 100644 (file)
--- a/lib/cmd.h
+++ b/lib/cmd.h
@@ -29,5 +29,6 @@ struct cmd {
 int cmd_init(void);
 int cmd_add(struct cmd *cmd);
 int cmd_run(struct declaracao *dec, char *line);
+struct cmd * cmd_next(void **iter);
 
 #endif