=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.437 retrieving revision 1.438 diff -u -r1.437 -r1.438 --- src/usr.bin/tmux/tmux.h 2014/02/23 00:53:06 1.437 +++ src/usr.bin/tmux/tmux.h 2014/03/31 21:34:08 1.438 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.437 2014/02/23 00:53:06 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.438 2014/03/31 21:34:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1713,10 +1713,6 @@ void paste_send_pane(struct paste_buffer *, struct window_pane *, const char *, int); -/* clock.c */ -extern const char clock_table[14][5][5]; -void clock_draw(struct screen_write_ctx *, int, int); - /* arguments.c */ int args_cmp(struct args_entry *, struct args_entry *); RB_PROTOTYPE(args_tree, args_entry, entry, args_cmp); @@ -2222,6 +2218,7 @@ /* window-clock.c */ extern const struct window_mode window_clock_mode; +extern const char window_clock_table[14][5][5]; /* window-copy.c */ extern const struct window_mode window_copy_mode;