diff options
| author | Michael Brown | 2007-01-12 06:27:02 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-12 06:27:02 +0100 |
| commit | e96041872ed1079ae0b1952f50c899a86bbb6f50 (patch) | |
| tree | d9c01c80891532f2f2c8f0179783125bc91c4790 | |
| parent | Place command-line inline, to save on memory allocation hassles. (diff) | |
| download | ipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.tar.gz ipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.tar.xz ipxe-e96041872ed1079ae0b1952f50c899a86bbb6f50.zip | |
Added missing declaration.
| -rw-r--r-- | src/include/gpxe/ebuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/ebuffer.h b/src/include/gpxe/ebuffer.h index 38f18df2b..21217fdb7 100644 --- 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 */ |
