summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ebuffer.h
blob: 21217fdb78ce7af5da5af5186a3815e0be990f35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _GPXE_EBUFFER_H
#define _GPXE_EBUFFER_H

/**
 * @file
 *
 * Automatically expanding buffers
 *
 */

struct buffer;

extern int ebuffer_alloc ( struct buffer *buffer, size_t len );

#endif /* _GPXE_EBUFFER_H */