comparison libpurple/protocols/jabber/jingle/transport.h @ 26569:bc7fac8e2f79

propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae) to branch 'im.pidgin.cpw.darkrain42.xmpp.bosh' (head 8b60514f2b44295e87ee3587669aec5059556149)
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 21:13:10 +0000
parents 0c8d41f5caa0
children c585572e80dd
comparison
equal deleted inserted replaced
26545:b01e8e76c59d 26569:bc7fac8e2f79
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
19 */ 19 */
20 20
21 #ifndef JINGLE_TRANSPORT_H 21 #ifndef PURPLE_JABBER_JINGLE_TRANSPORT_H
22 #define JINGLE_TRANSPORT_H 22 #define PURPLE_JABBER_JINGLE_TRANSPORT_H
23 23
24 #include <glib.h> 24 #include <glib.h>
25 #include <glib-object.h> 25 #include <glib-object.h>
26 26
27 #include "jingle.h" 27 #include "jingle.h"
82 } 82 }
83 #endif 83 #endif
84 84
85 G_END_DECLS 85 G_END_DECLS
86 86
87 #endif /* JINGLE_TRANSPORT_H */ 87 #endif /* PURPLE_JABBER_JINGLE_TRANSPORT_H */
88 88