aboutsummaryrefslogtreecommitdiff
path: root/libslirp.h
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-16 11:06:58 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-16 11:06:58 +0000
commitd7f8fd97cb7006f5c149006c346a9be9a2081d03 (patch)
tree73cb2b093ab30fde5d8a199b20c4322252826d34 /libslirp.h
parent81aba3eb392dbde93569361e9da4c163be3f2236 (diff)
downloadslirp-d7f8fd97cb7006f5c149006c346a9be9a2081d03.zip
slirp-d7f8fd97cb7006f5c149006c346a9be9a2081d03.tar.gz
slirp-d7f8fd97cb7006f5c149006c346a9be9a2081d03.tar.bz2
Set slirp client hostname.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1813 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'libslirp.h')
-rw-r--r--libslirp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libslirp.h b/libslirp.h
index f6d7702..e8881eb 100644
--- a/libslirp.h
+++ b/libslirp.h
@@ -32,6 +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];
#ifdef __cplusplus
}