Rename xmpp.h to strophe.h and apply the name changes to the internal

header multiple include protection.
This commit is contained in:
Ralph Giles
2005-06-14 14:25:42 +00:00
parent 15f1636d41
commit 72699eff45
26 changed files with 40 additions and 40 deletions

View File

@@ -12,10 +12,10 @@
** distribution.
*/
#ifndef __LIBXMPP_SASL_H__
#define __LIBXMPP_SASL_H__
#ifndef __LIBSTROPHE_SASL_H__
#define __LIBSTROPHE_SASL_H__
#include "xmpp.h"
#include "strophe.h"
/** low-level sasl routines */