comparison mcabber/src/xmpp_iqrequest.c @ 1604:351427ef0b4b

Remove #include's of C files
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 15:59:53 +0200
parents dcd5d4c75199
children
comparison
equal deleted inserted replaced
1603:54029aba9452 1604:351427ef0b4b
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20 * USA 20 * USA
21 */ 21 */
22
23 #include <string.h>
24 #include <stdlib.h>
25
26 #include "xmpp_helper.h"
27 #include "xmpp_iq.h"
28 #include "screen.h"
29 #include "utils.h"
30 #include "settings.h"
31 #include "hooks.h"
32 #include "hbuf.h"
33
34 extern LmMessageNode *bookmarks;
35 extern LmMessageNode *rosternotes;
22 36
23 static LmHandlerResult cb_roster(LmMessageHandler *h, LmConnection *c, 37 static LmHandlerResult cb_roster(LmMessageHandler *h, LmConnection *c,
24 LmMessage *m, gpointer user_data); 38 LmMessage *m, gpointer user_data);
25 static LmHandlerResult cb_version(LmMessageHandler *h, LmConnection *c, 39 static LmHandlerResult cb_version(LmMessageHandler *h, LmConnection *c,
26 LmMessage *m, gpointer user_data); 40 LmMessage *m, gpointer user_data);