http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9debfed
)
Added missing declaration.
author
Michael Brown
<mcb30@etherboot.org>
Fri, 12 Jan 2007 05:27:02 +0000
(
05:27
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 12 Jan 2007 05:27:02 +0000
(
05:27
+0000)
src/include/gpxe/ebuffer.h
patch
|
blob
|
history
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 */