~vish/ubuntu/maverick/pidgin/bug25979

« back to all changes in this revision

Viewing changes to libpurple/protocols/jabber/auth.h

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-10-09 19:40:26 UTC
  • mfrom: (1.4.1 upstream) (46.1.10 karmic)
  • Revision ID: james.westby@ubuntu.com-20091009194026-wbqqh0bsbz19nx5q
Tags: 1:2.6.2-1ubuntu7
* Don't stick the buddy list window to all desktops as some
  window managers have trouble to properly unstick it (LP: #346840)
  - debian/patches/11_buddy_list_really_show.patch
* Always use default tray icon size on KDE (LP: #209440)
  - debian/patches/62_tray_icon_size_kde.patch
* Use scrollbars in the preferences dialog if the screen height is
  below 700 px instead of 600 px
  - debian/patches/60_1024x600_gtkprefs.c.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * purple
5
5
 *
6
 
 * Copyright (C) 2003 Nathan Walp <faceprint@faceprint.com>
 
6
 * Purple is the legal property of its developers, whose names are too numerous
 
7
 * to list here.  Please refer to the COPYRIGHT file distributed with this
 
8
 * source distribution.
7
9
 *
8
10
 * This program is free software; you can redistribute it and/or modify
9
11
 * it under the terms of the GNU General Public License as published by
19
21
 * along with this program; if not, write to the Free Software
20
22
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
21
23
 */
22
 
#ifndef _PURPLE_JABBER_AUTH_H_
23
 
#define _PURPLE_JABBER_AUTH_H_
 
24
#ifndef PURPLE_JABBER_AUTH_H_
 
25
#define PURPLE_JABBER_AUTH_H_
24
26
 
25
27
#include "jabber.h"
26
28
#include "xmlnode.h"
32
34
void jabber_auth_handle_success(JabberStream *js, xmlnode *packet);
33
35
void jabber_auth_handle_failure(JabberStream *js, xmlnode *packet);
34
36
 
35
 
#endif /* _PURPLE_JABBER_AUTH_H_ */
 
37
#endif /* PURPLE_JABBER_AUTH_H_ */