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

« back to all changes in this revision

Viewing changes to src/fe-common/fe-xmpp-status.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: fe-xmpp-status.h,v 1.1 2007/10/15 11:59:19 errtu Exp $ */
 
2
 
 
3
#ifndef __FE_XMPP_STATUS_H
 
4
#define __FE_XMPP_STATUS_H
 
5
 
 
6
extern const char *fe_xmpp_presence_show[];
 
7
 
 
8
__BEGIN_DECLS
 
9
char            *fe_xmpp_status_get_window_name(XMPP_SERVER_REC *);
 
10
WINDOW_REC      *fe_xmpp_status_get_window(XMPP_SERVER_REC *);
 
11
 
 
12
void fe_xmpp_status_init(void);
 
13
void fe_xmpp_status_deinit(void);
 
14
__END_DECLS
 
15
 
 
16
#endif