summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gpxe/ebuffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ebuffer.h b/src/include/gpxe/ebuffer.h
index 38f18df2b..21217fdb7 100644
--- a/src/include/gpxe/ebuffer.h
+++ b/src/include/gpxe/ebuffer.h
@@ -8,6 +8,8 @@
*
*/
+struct buffer;
+
extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
#endif /* _GPXE_EBUFFER_H */