comparison src/protocols/jabber/jutil.h @ 7395:b250288fa948

[gaim-migrate @ 7990] this would be the non-working start of file transfer (the real way) for jabber also approximately eleventy billion jabber tweaks committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 31 Oct 2003 02:43:58 +0000
parents ab828b8c3f22
children 9a6df4d567e0
comparison
equal deleted inserted replaced
7394:c6ff3c1fb1b3 7395:b250288fa948
17 * 17 *
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #ifndef _GAIM_JABBER_JID_H_ 22 #ifndef _GAIM_JABBER_JUTIL_H_
23 #define _GAIM_JABBER_JID_H_ 23 #define _GAIM_JABBER_JUTIL_H_
24 24
25 #include "account.h" 25 #include "account.h"
26 26
27 27
28 typedef struct _JabberID { 28 typedef struct _JabberID {
44 44
45 gboolean jabber_nodeprep_validate(const char *); 45 gboolean jabber_nodeprep_validate(const char *);
46 gboolean jabber_nameprep_validate(const char *); 46 gboolean jabber_nameprep_validate(const char *);
47 gboolean jabber_resourceprep_validate(const char *); 47 gboolean jabber_resourceprep_validate(const char *);
48 48
49 #endif /* _GAIM_JABBER_JID_H_ */ 49 #endif /* _GAIM_JABBER_JUTIL_H_ */