~ubuntu-branches/ubuntu/trusty/irssi-plugin-xmpp/trusty

« back to all changes in this revision

Viewing changes to src/core/xmpp-servers-reconnect.h

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2008-02-04 21:01:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080204210127-qvw99l8m26ksme18
Tags: 0.13+cvs20080121-1
* CVS snapshot.
* Rephrased package description, thanks to Ted Percival (Closes: #444109).
* debian/control: Promote "Homepage" to a real field.
* Update homepage.
* Adapt debian/rules to new upstream Makefile system.
* Bump Standards-Version to 3.7.3 (no changes required).
* Removed empty TODO from debian/docs, added docs/GENERAL, docs/STARTUP,
  docs/XEP.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: xmpp-servers-reconnect.h,v 1.1 2007/11/19 13:14:26 errtu Exp $ */
 
2
 
 
3
#ifndef __XMPP_SERVERS_RECONNECT_H
 
4
#define __XMPP_SERVERS_RECONNECT_H
 
5
 
 
6
__BEGIN_DECLS
 
7
void    xmpp_servers_reconnect_init(void);
 
8
void    xmpp_servers_reconnect_deinit(void);
 
9
__END_DECLS
 
10
 
 
11
#endif