summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2011-06-24 05:40:10 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2011-06-24 05:40:10 +0000
commit23952675dda1a3b35b567fcec82fc2abdb297c5c (patch)
treed5447dc5b10cbfbd93d330c0f581245da73f23ee /app/cwm/calmwm.h
parentf6c353cf4397d51749b76273b87b8d05ed92ff3b (diff)
alter a few function returns and prototypes; found by lint.
ok oga@
Diffstat (limited to 'app/cwm/calmwm.h')
-rw-r--r--app/cwm/calmwm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h
index ac577a452..381106dd4 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.
*
- * $OpenBSD: calmwm.h,v 1.127 2011/06/24 05:30:42 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.128 2011/06/24 05:40:09 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -307,8 +307,8 @@ __dead void usage(void);
void client_applysizehints(struct client_ctx *);
struct client_ctx *client_current(void);
-struct client_ctx *client_cycle(struct screen_ctx *, int);
-int client_delete(struct client_ctx *);
+void client_cycle(struct screen_ctx *, int);
+void client_delete(struct client_ctx *);
void client_draw_border(struct client_ctx *);
struct client_ctx *client_find(Window);
void client_freeze(struct client_ctx *);
@@ -463,7 +463,7 @@ void xu_setstate(struct client_ctx *, int);
void xu_setwmname(struct screen_ctx *);
void u_exec(char *);
-int u_spawn(char *);
+void u_spawn(char *);
void *xcalloc(size_t, size_t);
void xfree(void *);