Browse Source

Added missing declaration.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
e96041872e
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/include/gpxe/ebuffer.h

+ 2
- 0
src/include/gpxe/ebuffer.h View File

8
  *
8
  *
9
  */
9
  */
10
 
10
 
11
+struct buffer;
12
+
11
 extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
13
 extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
12
 
14
 
13
 #endif /* _GPXE_EBUFFER_H */
15
 #endif /* _GPXE_EBUFFER_H */

Loading…
Cancel
Save