SCTC
the soundcloud.com terminal client
Functions
url.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include "network/network.h"
#include "network/plain.h"
#include "network/tls.h"
#include "helper.h"
#include "url.h"
#include "log.h"
Include dependency graph for url.c:

Functions

struct urlurl_parse_string (char *str)
 
bool url_connect (struct url *u)
 
void url_destroy (struct url *u)
 

Function Documentation

bool url_connect ( struct url u)

Here is the call graph for this function:

Here is the caller graph for this function:

void url_destroy ( struct url u)

Here is the caller graph for this function:

struct url* url_parse_string ( char *  str)

Here is the caller graph for this function: