summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-12 06:27:02 +0100
committerMichael Brown2007-01-12 06:27:02 +0100
commite96041872ed1079ae0b1952f50c899a86bbb6f50 (patch)
treed9c01c80891532f2f2c8f0179783125bc91c4790 /src/include
parentPlace command-line inline, to save on memory allocation hassles. (diff)
downloadipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.tar.gz
ipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.tar.xz
ipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.zip
Added missing declaration.
Diffstat (limited to 'src/include')
-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 */