http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added missing declaration.
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
ebuffer.h
diff --git
a/src/include/gpxe/ebuffer.h
b/src/include/gpxe/ebuffer.h
index
38f18df
..
21217fd
100644
(file)
--- 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 */