Removing obsolete files.

This commit is contained in:
Michael Brown
2007-07-01 15:30:12 +01:00
parent 95cb7aaacf
commit 15f8323055
3 changed files with 0 additions and 149 deletions

View File

@@ -1,15 +0,0 @@
#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 */