From fcb00a4161f5634189322f42a5769ca83d4be8c8 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 27 May 2016 17:05:42 +0000 Subject: Use getprogname() instead of __progname to make portability easier. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') 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; -- cgit