1 /* iksemel (XML parser for Jabber)
2 ** Copyright (C) 2011 Gurer Ozen
3 ** This code is free software; you can redistribute it and/or
4 ** modify it under the terms of GNU Lesser General Public License.
5 */
6 
7 #ifndef JID_H
8 #define JID_H 1
9 
10 #include <Python.h>
11 #include "iksemel.h"
12 
13 void JID_setup(PyObject *module);
14 
15 
16 #endif  /* JID_H */
17