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

« back to all changes in this revision

Viewing changes to src/core/protocol.h

  • Committer: Bazaar Package Importer
  • Author(s): David Ammouial
  • Date: 2009-05-12 12:14:44 UTC
  • mfrom: (1.1.3 upstream) (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090512121444-5jeho5h3zsy4oij7
Tags: 0.13+cvs20090406-1
* New CVS snapshot, built against irssi-dev 0.8.13:
  - New features and bugfixes.
  - Fix segfault when successfully identified (Closes: #521227).
  - Fix build error (Closes: #527697)
* Depend on irssi >=0.8.13, build-depend on irssi-dev >=0.8.13.
* Bump Standards-Version to 3.8.1 (no changes needed).
* Add INTERNAL to documentation files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: protocol.h,v 1.3 2008/08/23 13:58:44 cdidier Exp $ */
 
2
 
 
3
#ifndef __PROTOCOL_H
 
4
#define __PROTOCOL_H
 
5
 
 
6
#include "xmpp-servers.h"
 
7
 
 
8
__BEGIN_DECLS
 
9
void    protocol_init(void);
 
10
void    protocol_deinit(void);
 
11
__END_DECLS
 
12
 
 
13
#endif