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

« back to all changes in this revision

Viewing changes to src/plugins/python/weechat-python-api.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:
18
18
 * along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.
19
19
 */
20
20
 
21
 
#ifndef __WEECHAT_PYTHON_API_H
22
 
#define __WEECHAT_PYTHON_API_H 1
 
21
#ifndef WEECHAT_PYTHON_API_H
 
22
#define WEECHAT_PYTHON_API_H 1
23
23
 
24
24
extern PyMethodDef weechat_python_funcs[];
25
25
 
29
29
extern int weechat_python_api_buffer_close_cb (void *data,
30
30
                                               struct t_gui_buffer *buffer);
31
31
 
32
 
#endif /* __WEECHAT_PYTHON_API_H */
 
32
#endif /* WEECHAT_PYTHON_API_H */