~ubuntu-branches/ubuntu/trusty/weechat/trusty-proposed

« back to all changes in this revision

Viewing changes to src/plugins/relay/relay-protocol-weechat.h

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2010-12-27 23:29:46 UTC
  • mfrom: (0.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20101227232946-ctzdhvwj2i20wn2v
Tags: 0.3.3-3
* Upload to unstable.
* Downgrade tcl-dev dependency to 8.4 until tcl 8.5 hit unstable.
* Add a patch to make cmake aware of python 2.7 (Closes: #606989).
  Thanks to Matthias Klose.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org>
3
 
 * See README for License detail, AUTHORS for developers list.
4
 
 *
5
 
 * This program is free software; you can redistribute it and/or modify
 
2
 * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org>
 
3
 *
 
4
 * This file is part of WeeChat, the extensible chat client.
 
5
 *
 
6
 * WeeChat is free software; you can redistribute it and/or modify
6
7
 * it under the terms of the GNU General Public License as published by
7
8
 * the Free Software Foundation; either version 3 of the License, or
8
9
 * (at your option) any later version.
9
10
 *
10
 
 * This program is distributed in the hope that it will be useful,
 
11
 * WeeChat is distributed in the hope that it will be useful,
11
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
14
 * GNU General Public License for more details.
14
15
 *
15
16
 * You should have received a copy of the GNU General Public License
16
 
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 * along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
17
18
 */
18
19
 
19
 
 
20
20
#ifndef __WEECHAT_RELAY_PROTOCOL_WEECHAT_H
21
21
#define __WEECHAT_RELAY_PROTOCOL_WEECHAT_H 1
22
22
 
41
41
extern void relay_protocol_weechat_free (struct t_relay_client *client);
42
42
extern void relay_protocol_weechat_print_log (struct t_relay_client *client);
43
43
 
44
 
#endif /* relay-protocol-weechat.h */
 
44
#endif /* __WEECHAT_RELAY_PROTOCOL_WEECHAT_H */