diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-01-11 21:34:23 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-01-11 21:34:23 +0000 |
commit | 4ed4235f55f985df958774a7c616938201a225e3 (patch) | |
tree | bf5c5cc51ab98c50d1001b936b288a07119a967a /app/cwm/calmwm.h | |
parent | 0277fd4dfa3d529beb001d841395e22bcb1e1d08 (diff) |
add missing prototypes
ok oga@
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r-- | app/cwm/calmwm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 7b795001f..d2048c871 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/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. * - * $Id: calmwm.h,v 1.70 2009/01/11 18:34:46 okan Exp $ + * $Id: calmwm.h,v 1.71 2009/01/11 21:34:22 okan Exp $ */ #ifndef _CALMWM_H_ @@ -429,6 +429,10 @@ void conf_mouseunbind(struct conf *, struct mousebinding *); void conf_grab_mouse(struct client_ctx *); void conf_reload(struct conf *); void conf_font(struct conf *); +void conf_init(struct conf *); +void conf_cmd_add(struct conf *, char *, char *, int); + +int parse_config(const char *, struct conf *); void kbfunc_client_lower(struct client_ctx *, void *); void kbfunc_client_raise(struct client_ctx *, void *); |