summaryrefslogtreecommitdiff
path: root/slirp/libslirp.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-30 21:34:15 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-30 21:34:15 +0000
commit3f423c9c8fe197af5fa3b5945bc7d3f3ceec3512 (patch)
tree650548f19383a1af71838d9cc29add21a75ecea7 /slirp/libslirp.h
parent7f881e5674f9a3839e454436ed6c1c5ca3a6b757 (diff)
downloadqemu-3f423c9c8fe197af5fa3b5945bc7d3f3ceec3512.tar.gz
removed warnings
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1871 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'slirp/libslirp.h')
-rw-r--r--slirp/libslirp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/libslirp.h b/slirp/libslirp.h
index 36c8ec21fd..a9260afeb3 100644
--- a/slirp/libslirp.h
+++ b/slirp/libslirp.h
@@ -32,7 +32,7 @@ int slirp_add_exec(int do_pty, const char *args, int addr_low_byte,
int guest_port);
extern const char *tftp_prefix;
-extern const char slirp_hostname[33];
+extern char slirp_hostname[33];
#ifdef __cplusplus
}