Build automatically expanding buffers from struct buffer and erealloc().

This commit is contained in:
Michael Brown
2007-01-12 03:51:04 +00:00
parent 77b7640af4
commit 29dadc5ec6
2 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#ifndef _GPXE_EBUFFER_H
#define _GPXE_EBUFFER_H
/**
* @file
*
* Automatically expanding buffers
*
*/
extern int ebuffer_alloc ( struct buffer *buffer, size_t len );
#endif /* _GPXE_EBUFFER_H */