aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-05-27 17:05:42 +0000
committernicm <nicm>2016-05-27 17:05:42 +0000
commitfcb00a4161f5634189322f42a5769ca83d4be8c8 (patch)
treefe9e6d16ad9d3386c27a543000e968a5f70eae5f /tmux.h
parentec7f5305b1a6e5548f0769f988e76b01ec293dcc (diff)
downloadrtmux-fcb00a4161f5634189322f42a5769ca83d4be8c8.tar.gz
rtmux-fcb00a4161f5634189322f42a5769ca83d4be8c8.tar.bz2
rtmux-fcb00a4161f5634189322f42a5769ca83d4be8c8.zip
Use getprogname() instead of __progname to make portability easier.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2699626d..d61a459c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -36,7 +36,6 @@
#include "xmalloc.h"
-extern char *__progname;
extern char **environ;
struct client;