summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe')
-rw-r--r--src/include/gpxe/ebuffer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/gpxe/ebuffer.h b/src/include/gpxe/ebuffer.h
deleted file mode 100644
index 21217fdb7..000000000
--- a/src/include/gpxe/ebuffer.h
+++ /dev/null
@@ -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 */