summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-12-06 21:50:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-12-06 21:50:24 +0000
commit3a4b82d27a9cde7f2cad8b4bb46e1b3456f2b862 (patch)
tree3dbd670481c8ce797751e4a67402752136388732
parentccdafdabca5dd718f5a6ecd43246c4763f900834 (diff)
PatchSet 783
Date: 2010/11/11 20:51:30 Author: nicm Branch: HEAD Tag: (none) Log: Declaration in header should be extern. Members: tmux.h:1.245->1.246
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 9b851166..1c6bdccb 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.582 2010-12-06 21:48:56 nicm Exp $ */
+/* $Id: tmux.h,v 1.583 2010-12-06 21:50:24 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1306,7 +1306,7 @@ __dead void shell_exec(const char *, const char *);
/* cfg.c */
extern int cfg_finished;
-struct causelist cfg_causes;
+extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);