=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.469 retrieving revision 1.470 diff -c -r1.469 -r1.470 *** src/usr.bin/tmux/tmux.h 2014/08/11 22:18:16 1.469 --- src/usr.bin/tmux/tmux.h 2014/09/01 21:50:18 1.470 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.469 2014/08/11 22:18:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.470 2014/09/01 21:50:18 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2325,2331 **** void clear_signals(int); /* control.c */ ! void control_callback(struct client *, int, void*); void printflike2 control_write(struct client *, const char *, ...); void control_write_buffer(struct client *, struct evbuffer *); --- 2325,2331 ---- void clear_signals(int); /* control.c */ ! void control_callback(struct client *, int, void *); void printflike2 control_write(struct client *, const char *, ...); void control_write_buffer(struct client *, struct evbuffer *);