aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2012-12-17 14:32:39 +0000
committerokan2012-12-17 14:32:39 +0000
commitc41d09cb1ce845c96079c6bc1e204e62caf32b95 (patch)
treeb245825ac245104c8c5bf701e726234d9df75d46 /calmwm.h
parent43033f15ed112e90c2a62d9facdbfbf1ad5b61ee (diff)
downloadcwm-c41d09cb1ce845c96079c6bc1e204e62caf32b95.tar.gz
create and use menuq_clear() helper; from Tiago Cunha
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 86e1bc6..f8786d7 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *);