~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to mediastreamer2/include/mediastreamer2/ice.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-03-18 07:29:23 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090318072923-tcioxk5hqw2h3h0p
Tags: 3.0.0-3
Fix "spurious gnome-applets" Removed Build-Depends: (Closes: #520133)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
    int connectivity_check;
59
59
};
60
60
 
 
61
 
 
62
#ifdef __cplusplus
 
63
extern "C"{
 
64
#endif
 
65
 
61
66
int ice_sound_send_stun_request(RtpSession *session, struct CandidatePair *remote_candidates, int round);
62
67
 
63
68
int ice_process_stun_message(RtpSession *session, struct CandidatePair *remote_candidates, OrtpEvent *evt);
64
69
 
 
70
#ifdef __cplusplus
 
71
}
 
72
#endif
 
73
 
65
74
#endif