comparison libpurple/protocols/jabber/jingle/rtp.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 34eb898478b4
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_RTP_H 21 #ifndef PURPLE_JABBER_JINGLE_RTP_H
22 #define JINGLE_RTP_H 22 #define PURPLE_JABBER_JINGLE_RTP_H
23 23
24 #include "config.h" 24 #include "config.h"
25 25
26 #ifdef USE_VV 26 #ifdef USE_VV
27 27
86 86
87 G_END_DECLS 87 G_END_DECLS
88 88
89 #endif /* USE_VV */ 89 #endif /* USE_VV */
90 90
91 #endif /* JINGLE_RTP_H */ 91 #endif /* PURPLE_JABBER_JINGLE_RTP_H */
92 92