comparison libpurple/protocols/jabber/jingle/jingle.h @ 26480: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 3c684403ea10
children c585572e80dd
comparison
equal deleted inserted replaced
26479:4dc4d0aa25f5 26480:0c8d41f5caa0
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
17 */ 17 */
18 18
19 #ifndef JINGLE_H 19 #ifndef PURPLE_JABBER_JINGLE_H
20 #define JINGLE_H 20 #define PURPLE_JABBER_JINGLE_H
21 21
22 #include "jabber.h" 22 #include "jabber.h"
23 23
24 #include <glib.h> 24 #include <glib.h>
25 #include <glib-object.h> 25 #include <glib-object.h>
82 } 82 }
83 #endif 83 #endif
84 84
85 G_END_DECLS 85 G_END_DECLS
86 86
87 #endif /* JINGLE_H */ 87 #endif /* PURPLE_JABBER_JINGLE_H */