aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authortodd2007-11-13 23:26:04 +0000
committertodd2007-11-13 23:26:04 +0000
commit7bdc00283b9bf85994c714a0aa3259106fe30ab7 (patch)
treea6ef9f3a302f45bcb8408e00886314bdf50fdb46 /calmwm.h
parentc641c916398e9b9368c59ef7052d88ba40c9ee5f (diff)
downloadcwm-7bdc00283b9bf85994c714a0aa3259106fe30ab7.tar.gz
introduce conf_bindname() to drastically simplify conf.c
really liked by oga@
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 97893a6..269c213 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: calmwm.h,v 1.10 2007/11/13 23:08:49 todd Exp $
+ * $Id: calmwm.h,v 1.11 2007/11/13 23:26:04 todd Exp $
*/
#ifndef _CALMWM_H_
@@ -405,6 +405,7 @@ int conf_get_int(struct client_ctx *, enum conftype);
void conf_client(struct client_ctx *);
void conf_bindkey(struct conf *, void (*)(struct client_ctx *, void *),
int, int, int, void *);
+void conf_bindname(struct conf *, char *, char *);
void conf_parsekeys(struct conf *, char *);
void conf_parsesettings(struct conf *, char *);
void conf_parseignores(struct conf *, char *);