http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added missing declaration.
[people/xl0/gpxe.git]
/
src
/
include
/
gpxe
/
ebuffer.h
1
#ifndef _GPXE_EBUFFER_H
2
#define _GPXE_EBUFFER_H
3
4
/**
5
* @file
6
*
7
* Automatically expanding buffers
8
*
9
*/
10
11
struct buffer;
12
13
extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
14
15
#endif /* _GPXE_EBUFFER_H */