mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Build automatically expanding buffers from struct buffer and erealloc().
This commit is contained in:
13
src/include/gpxe/ebuffer.h
Normal file
13
src/include/gpxe/ebuffer.h
Normal 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 */
|
||||
Reference in New Issue
Block a user