mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
make http_open static
This commit is contained in:
parent
5ec4e2ad50
commit
e6cfa7ced9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user