aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:25:34 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:25:34 +0100
commitca1ba182563b41fe7a4dbffc5308cdd5318833d6 (patch)
treea1cc87f739fe5c33959d3510c03b5f26f52defa0 /tools/libxl/xl.h
parent63e8667404593bc52b20f9f56cbadfcafc4c00fc (diff)
downloadxen-ca1ba182563b41fe7a4dbffc5308cdd5318833d6.tar.gz
xen-ca1ba182563b41fe7a4dbffc5308cdd5318833d6.tar.bz2
xen-ca1ba182563b41fe7a4dbffc5308cdd5318833d6.zip
xl: Move "extern" declarations to xl.h
Declarations (as opposed to definitions) of external objects should not appear in .c files. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index faf784ae8b..450a12ff2b 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -74,4 +74,7 @@ void help(char *command);
extern struct cmd_spec cmd_table[];
extern int cmdtable_len;
+extern struct libxl_ctx ctx;
+extern int logfile;
+
#endif /* XL_H */