aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:25:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:25:20 +0000
commitcc9cc1aea8694dec3067246d4483bb3c2860592e (patch)
tree852e36aecb8ebaae8b3b114b9abeecf61d5adfc3 /tmux.h
parent323b7cbfbea012ab9358b639c089012a84552bc6 (diff)
downloadrtmux-cc9cc1aea8694dec3067246d4483bb3c2860592e.tar.gz
rtmux-cc9cc1aea8694dec3067246d4483bb3c2860592e.tar.bz2
rtmux-cc9cc1aea8694dec3067246d4483bb3c2860592e.zip
Some tweaks for Solaris.
Get rid of vis.* in favour of a small replacement function.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 7a795f99..7bb57597 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.304 2009-04-29 17:50:52 nicm Exp $ */
+/* $Id: tmux.h,v 1.305 2009-04-29 22:25:20 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1605,6 +1605,7 @@ int utf8_width(u_int);
/* util.c */
char *section_string(char *, size_t, size_t, size_t);
+void clean_string(const char *, char *, size_t);
/* osdep-*.c */
char *osdep_get_name(int, char *);