altos: Provide for a pre-filter on commands
authorKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 21:07:23 +0000 (14:07 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 1 Apr 2011 21:07:23 +0000 (14:07 -0700)
commit01952da35a57ae4da062facb26b3c6d7de29190f
tree55fe738ea7be35faaadbec93a80bcd41e5513d43
parent359ba0d9fc2c5947e6adc98bebcd061069c61e79
altos: Provide for a pre-filter on commands

This allows for external code to see each command line before it is
processed and potentially skip it.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_cmd.c