Commit f3f89f98 authored by Dafydd Harries's avatar Dafydd Harries

make candidate_new and candidate_free functions static

darcs-hash:20070110154442-c9803-d8b3cc48c4879ec2ebaaa6fb49f2ca778231f621.gz
parent f0241f60
...@@ -130,7 +130,7 @@ address_is_private (Address *a) ...@@ -130,7 +130,7 @@ address_is_private (Address *a)
* candidates, server reflexive candidates, and relayed candidates. */ * candidates, server reflexive candidates, and relayed candidates. */
Candidate * static Candidate *
candidate_new (CandidateType type) candidate_new (CandidateType type)
{ {
Candidate *candidate; Candidate *candidate;
...@@ -141,7 +141,7 @@ candidate_new (CandidateType type) ...@@ -141,7 +141,7 @@ candidate_new (CandidateType type)
} }
void static void
candidate_free (Candidate *candidate) candidate_free (Candidate *candidate)
{ {
address_free (candidate->addr); address_free (candidate->addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment