comparison libpurple/protocols/jabber/jingle/transport.h @ 26562:0c8d41f5caa0

Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
author Paul Aurich <paul@darkrain42.org>
date Sun, 05 Apr 2009 19:16:14 +0000
parents 7252e3d0c627
children c585572e80dd
comparison
equal deleted inserted replaced
26561:4dc4d0aa25f5 26562:0c8d41f5caa0
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