david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing declaration.

This commit is contained in:
Michael Brown 2007-01-12 05:27:02 +00:00
parent 9debfed07a
commit e96041872e
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
*
*/
struct buffer;
extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
#endif /* _GPXE_EBUFFER_H */