Tweaked README, fixed links.

This commit is contained in:
Håvard Pettersson 2014-09-30 20:40:24 +02:00
parent d10dcab100
commit d6193777c9
5 changed files with 329 additions and 14 deletions

View file

@ -155,6 +155,9 @@ twc_message_queue_free_map_callback(void *data, struct t_hashtable *hashtable,
free(message_queue);
}
/**
* Free the entire message queue for a profile.
*/
void
twc_message_queue_free_profile(struct t_twc_profile *profile)
{