summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMichael Brown2007-01-18 04:39:45 +0100
committerMichael Brown2007-01-18 04:39:45 +0100
commitdd6d94004f2cd33401978a91353f5c352caa1313 (patch)
tree386c513b5b16f564db93ae057c9e85545d873a4c /src/include/usr
parentReplacement for fetch() which operates asynchronously and identifies (diff)
downloadipxe-dd6d94004f2cd33401978a91353f5c352caa1313.tar.gz
ipxe-dd6d94004f2cd33401978a91353f5c352caa1313.tar.xz
ipxe-dd6d94004f2cd33401978a91353f5c352caa1313.zip
HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any
other protocol won't work at the moment.
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/fetch.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/include/usr/fetch.h b/src/include/usr/fetch.h
deleted file mode 100644
index 85b85634..00000000
--- a/src/include/usr/fetch.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _USR_FETCH_H
-#define _USR_FETCH_H
-
-/**
- * @file
- *
- * Fetch file
- *
- */
-
-#include <stdint.h>
-#include <gpxe/uaccess.h>
-
-extern int fetch ( const char *uri_string, userptr_t *data, size_t *len );
-
-#endif /* _USR_FETCH_H */