diff options
author | okan | 2012-12-17 14:32:39 +0000 |
---|---|---|
committer | okan | 2012-12-17 14:32:39 +0000 |
commit | c41d09cb1ce845c96079c6bc1e204e62caf32b95 (patch) | |
tree | b245825ac245104c8c5bf701e726234d9df75d46 /calmwm.h | |
parent | 43033f15ed112e90c2a62d9facdbfbf1ad5b61ee (diff) | |
download | cwm-c41d09cb1ce845c96079c6bc1e204e62caf32b95.tar.gz |
create and use menuq_clear() helper; from Tiago Cunha
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.166 2012/12/17 14:20:52 okan Exp $ + * $OpenBSD: calmwm.h,v 1.167 2012/12/17 14:32:39 okan Exp $ */ #ifndef _CALMWM_H_ @@ -431,6 +431,7 @@ struct menu *menu_filter(struct screen_ctx *, struct menu_q *, void (*)(struct menu_q *, struct menu_q *, char *), void (*)(struct menu *, int)); void menu_init(struct screen_ctx *); +void menuq_clear(struct menu_q *); int parse_config(const char *, struct conf *); |