summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2009-01-11 21:34:22 +0000
committerokan <okan>2009-01-11 21:34:22 +0000
commitdcfae161a2a0d58ece35336c0749079fcbf77097 (patch)
tree9314a5b1ce1912b7482907209c4be34fc13e30da
parent0aca400461ed99c9b8e3bcc6c8e1d5ebb6eb7b12 (diff)
downloadcwm-dcfae161a2a0d58ece35336c0749079fcbf77097.tar.gz
cwm-dcfae161a2a0d58ece35336c0749079fcbf77097.tar.xz
cwm-dcfae161a2a0d58ece35336c0749079fcbf77097.zip
add missing prototypes
ok oga@
-rw-r--r--calmwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 874c324..9726cbc 100644
--- a/calmwm.h
+++ b/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 *);