aboutsummaryrefslogtreecommitdiffstats
path: root/slirp/bootp.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit55f4e4a5ec657a017e3bf75299ad71fd1c968dd3 (patch)
tree550ce922ea0e125ac6a9738210ce2939bf2fe901 /slirp/bootp.h
parent413f05aaf54fa08c0ae7e997327a4f4a473c0a8d (diff)
downloadexternal_qemu-55f4e4a5ec657a017e3bf75299ad71fd1c968dd3.zip
external_qemu-55f4e4a5ec657a017e3bf75299ad71fd1c968dd3.tar.gz
external_qemu-55f4e4a5ec657a017e3bf75299ad71fd1c968dd3.tar.bz2
Initial Contribution
Diffstat (limited to 'slirp/bootp.h')
-rw-r--r--slirp/bootp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slirp/bootp.h b/slirp/bootp.h
index e48f53f..1fb42fa 100644
--- a/slirp/bootp.h
+++ b/slirp/bootp.h
@@ -110,4 +110,4 @@ struct bootp_t {
uint8_t bp_vend[DHCP_OPT_LEN];
};
-void bootp_input(struct mbuf *m);
+void bootp_input(MBuf m);