]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing declaration.
authorMichael Brown <mcb30@etherboot.org>
Fri, 12 Jan 2007 05:27:02 +0000 (05:27 +0000)
committerMichael Brown <mcb30@etherboot.org>
Fri, 12 Jan 2007 05:27:02 +0000 (05:27 +0000)
src/include/gpxe/ebuffer.h

index 38f18df2bab96a010f74fa5fa9cbd50a9c7b24eb..21217fdb78ce7af5da5af5186a3815e0be990f35 100644 (file)
@@ -8,6 +8,8 @@
  *
  */
 
+struct buffer;
+
 extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
 
 #endif /* _GPXE_EBUFFER_H */