~ubuntu-branches/ubuntu/wily/weechat/wily

« back to all changes in this revision

Viewing changes to src/plugins/relay/relay-buffer.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2014-09-28 17:41:10 UTC
  • mfrom: (29.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140928174110-bwlsn7gqmqfftnmb
Tags: 1.0.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
20
 
#ifndef __WEECHAT_RELAY_BUFFER_H
21
 
#define __WEECHAT_RELAY_BUFFER_H 1
 
20
#ifndef WEECHAT_RELAY_BUFFER_H
 
21
#define WEECHAT_RELAY_BUFFER_H 1
22
22
 
23
23
#define RELAY_BUFFER_NAME "relay.list"
24
24
 
31
31
extern int relay_buffer_close_cb (void *data, struct t_gui_buffer *buffer);
32
32
extern void relay_buffer_open ();
33
33
 
34
 
#endif /* __WEECHAT_RELAY_BUFFER_H */
 
34
#endif /* WEECHAT_RELAY_BUFFER_H */