summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/bootp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/bootp.h')
-rw-r--r--cpukit/libnetworking/rtems/bootp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/libnetworking/rtems/bootp.h b/cpukit/libnetworking/rtems/bootp.h
index d8eeb76f8f..4891430fce 100644
--- a/cpukit/libnetworking/rtems/bootp.h
+++ b/cpukit/libnetworking/rtems/bootp.h
@@ -3,6 +3,7 @@
#if !defined (__RTEMS_BOOTP_H__)
#define __RTEMS_BOOTP_H__
+#include <stddef.h>
#include <stdbool.h>
#if __cplusplus
@@ -21,7 +22,9 @@ bool bootpc_init(bool, bool);
int bootpc_call(
struct bootp_packet *call,
struct bootp_packet *reply,
- struct proc *procp);
+ struct proc *procp,
+ const void *exp_vend,
+ size_t exp_vend_len);
int bootpc_fakeup_interface(struct ifreq *ireq,
struct socket *so,
struct proc *procp);