Merge branch 'symcheck2'

This commit is contained in:
Michael Brown
2007-07-28 22:55:31 +01:00
18 changed files with 30 additions and 29 deletions

View File

@@ -465,7 +465,7 @@ static struct xfer_interface_operations http_xfer_operations = {
* @v uri Uniform Resource Identifier
* @ret rc Return status code
*/
int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
static int http_open ( struct xfer_interface *xfer, struct uri *uri ) {
struct http_request *http;
struct sockaddr_tcpip server;
int rc;