jingle/disco.h
changeset 79 a654afc4a74a
parent 78 0b138243bd4a
child 80 1c2ef2c5debe
equal deleted inserted replaced
78:0b138243bd4a 79:a654afc4a74a
     1 #ifndef __JINGLE_CHECK_H__
       
     2 #define __JINGLE_CHECK_H__ 1
       
     3 
       
     4 #include <glib.h>
       
     5 #include <loudmouth/loudmouth.h>
       
     6 
       
     7 #include <jingle/jingle.h>
       
     8 
       
     9 GSList* get_sorted_resources(const gchar *jid);
       
    10 void free_gslist_resources(GSList *reslist);
       
    11 #endif