summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2014-04-16 21:16:19 +0000
committernicm <nicm@openbsd.org>2014-04-16 21:16:19 +0000
commit8e36b63d485b81302fb7bb642c7a6e023eeed5ef (patch)
tree4eee0e2860e1363aaab631f76395cad1baf4bbf0
parentRemove the choose-list command to prepare for some later choose-* work. (diff)
downloadwireguard-openbsd-8e36b63d485b81302fb7bb642c7a6e023eeed5ef.tar.xz
wireguard-openbsd-8e36b63d485b81302fb7bb642c7a6e023eeed5ef.zip
Remove a leftover prototype and fix some spacing.
-rw-r--r--usr.bin/tmux/tmux.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 831082c2de9..e0453ba64c6 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.449 2014/04/16 21:02:41 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.450 2014/04/16 21:16:19 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -2335,7 +2335,6 @@ char *get_proc_name(int, char *);
void log_open(const char *);
void log_close(void);
void printflike1 log_debug(const char *, ...);
-void printflike1 log_debug2(const char *, ...);
__dead void printflike1 log_fatal(const char *, ...);
__dead void printflike1 log_fatalx(const char *, ...);
@@ -2356,7 +2355,9 @@ const char *style_tostring(struct grid_cell *);
void style_update_new(struct options *, const char *, const char *);
void style_update_old(struct options *, const char *,
struct grid_cell *);
-void style_apply(struct grid_cell *, struct options *, const char *);
-void style_apply_update(struct grid_cell *, struct options *, const char *);
+void style_apply(struct grid_cell *, struct options *,
+ const char *);
+void style_apply_update(struct grid_cell *, struct options *,
+ const char *);
#endif /* TMUX_H */