=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.994 retrieving revision 1.995 diff -u -r1.994 -r1.995 --- src/usr.bin/tmux/tmux.h 2020/04/15 17:50:02 1.994 +++ src/usr.bin/tmux/tmux.h 2020/04/16 07:28:36 1.995 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.994 2020/04/15 17:50:02 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.995 2020/04/16 07:28:36 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1725,6 +1725,7 @@ extern const char *shell_command; int checkshell(const char *); void setblocking(int, int); +const char *sig2name(int); const char *find_cwd(void); const char *find_home(void); const char *getversion(void);