Skip to content

Commit

Permalink
[mms_task_http] Made internal functions static
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 19, 2014
1 parent ce2ce48 commit 7abc988
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mms-lib/src/mms_task_http.c
Expand Up @@ -73,6 +73,7 @@ G_DEFINE_TYPE(MMSTaskHttp, mms_task_http, MMS_TYPE_TASK);
#define MMS_TASK_HTTP_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS((obj), MMS_TYPE_TASK_HTTP, MMSTaskHttpClass))

static
SoupURI*
mms_http_uri_parse(
const char* raw_uri)
Expand Down Expand Up @@ -168,6 +169,7 @@ mms_http_create_session(
return session;
}

static
MMSHttpTransfer*
mms_http_transfer_new(
const MMSConfig* config,
Expand Down Expand Up @@ -197,6 +199,7 @@ mms_http_transfer_new(
return NULL;
}

static
void
mms_http_transfer_free(
MMSHttpTransfer* tx)
Expand Down

0 comments on commit 7abc988

Please sign in to comment.