=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- src/usr.bin/tmux/tmux.h 2012/07/11 07:10:15 1.348 +++ src/usr.bin/tmux/tmux.h 2012/07/13 06:27:41 1.349 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.348 2012/07/11 07:10:15 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.349 2012/07/13 06:27:41 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1484,6 +1484,8 @@ enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int); /* notify.c */ +void notify_enable(void); +void notify_disable(void); void notify_window_layout_changed(struct window *); void notify_window_unlinked(struct session *, struct window *); void notify_window_linked(struct session *, struct window *); @@ -2162,11 +2164,11 @@ char *default_window_name(struct window *); /* signal.c */ -void set_signals(void(*)(int, short, void *)); -void clear_signals(int); +void set_signals(void(*)(int, short, void *)); +void clear_signals(int); /* control.c */ -void control_callback(struct client *, int, void*); +void control_callback(struct client *, int, void*); /* session.c */ extern struct sessions sessions;