diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 16:07:23 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-20 16:07:23 +0000 |
commit | 54c6848d75bb4ab33cfeb0dd60e258ea799ffe55 (patch) | |
tree | 54ca1169651f1b796e0a92cbd8a0bbcc53e6b33a /tmux.h | |
parent | 9a07e8f3724646762708eab10e102a6a9a8c5583 (diff) | |
download | rtmux-54c6848d75bb4ab33cfeb0dd60e258ea799ffe55.tar.gz rtmux-54c6848d75bb4ab33cfeb0dd60e258ea799ffe55.tar.bz2 rtmux-54c6848d75bb4ab33cfeb0dd60e258ea799ffe55.zip |
Sync OpenBSD patchset 148:
Display the number of failed password attempts (if any) when the server is
locked. From Tom Doherty.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.373 2009-07-20 15:42:05 tcunha Exp $ */ +/* $Id: tmux.h,v 1.374 2009-07-20 16:07:23 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -997,6 +997,7 @@ extern struct options global_s_options; extern struct options global_w_options; extern char *cfg_file; extern int server_locked; +extern u_int password_failures; extern char *server_password; extern time_t server_activity; extern int debug_level; |