aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-28 14:57:59 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-28 14:57:59 +0000
commitdc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b (patch)
treeb4b901371b9f78f5f43162cbabf679e0feffe64b /tmux.h
parent575510045a37ef82ca33e68d3775d5aba88c10b3 (diff)
downloadrtmux-dc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b.tar.gz
rtmux-dc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b.tar.bz2
rtmux-dc57c5bb50b0a0f34fec4b03fd769ad0ed339b2b.zip
Sync OpenBSD patchset 573:
This doesn't need to be u_int.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index b4f6c52b..7466f7c9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.525 2009-11-28 14:54:12 tcunha Exp $ */
+/* $Id: tmux.h,v 1.526 2009-11-28 14:57:59 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1407,7 +1407,7 @@ int paste_replace(struct paste_stack *, u_int, char *, size_t);
/* clock.c */
extern const char clock_table[14][5][5];
-void clock_draw(struct screen_write_ctx *, u_int, int);
+void clock_draw(struct screen_write_ctx *, int, int);
/* cmd.c */
int cmd_pack_argv(int, char **, char *, size_t);