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

@@ -20,7 +20,7 @@
#include <stdio.h>
#include <string.h>
#include <xmpp.h>
#include <strophe.h>
int handle_reply(xmpp_conn_t * const conn,
xmpp_stanza_t * const stanza,

View File

@@ -14,7 +14,7 @@
#include <stdio.h>
#include <xmpp.h>
#include <strophe.h>
void conn_handler(xmpp_conn_t * const conn, const xmpp_conn_event_t status,
const int error, xmpp_stream_error_t * const stream_error,

View File

@@ -19,7 +19,7 @@
#include <stdio.h>
#include <string.h>
#include <xmpp.h>
#include <strophe.h>
int handle_reply(xmpp_conn_t * const conn,
xmpp_stanza_t * const stanza,