Mercurial > pidgin
comparison libpurple/protocols/jabber/jingle/session.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 | 4f47eeaa1414 |
children | c585572e80dd |
comparison
equal
deleted
inserted
replaced
26479:4dc4d0aa25f5 | 26480: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_SESSION_H | 21 #ifndef PURPLE_JABBER_JINGLE_SESSION_H |
22 #define JINGLE_SESSION_H | 22 #define PURPLE_JABBER_JINGLE_SESSION_H |
23 | 23 |
24 #include "iq.h" | 24 #include "iq.h" |
25 #include "jabber.h" | 25 #include "jabber.h" |
26 | 26 |
27 #include <glib.h> | 27 #include <glib.h> |
109 } | 109 } |
110 #endif | 110 #endif |
111 | 111 |
112 G_END_DECLS | 112 G_END_DECLS |
113 | 113 |
114 #endif /* JINGLE_SESSION_H */ | 114 #endif /* PURPLE_JABBER_JINGLE_SESSION_H */ |
115 | 115 |