~alivema4ever/ubuntu/trusty/weechat/lp-1299347-fix

« back to all changes in this revision

Viewing changes to src/plugins/plugin-script.h

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bouthenot
  • Date: 2013-05-21 19:44:31 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130521194431-o1n165ouj17uk0q1
Tags: 0.4.1-1
* New upstream release
* Move guile build dependency from to guile-2.0-dev (previous versions are
  no longer supported).
* Add supported protocols in long description. Thanks to Jonas Smedegaard
  for the suggestion (Closes: #705216)

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                                         void (*script_unload)(struct t_plugin_script *script),
146
146
                                         int *quiet,
147
147
                                         char **list);
 
148
extern void plugin_script_action_autoload (struct t_weechat_plugin *weechat_plugin,
 
149
                                           int *quiet,
 
150
                                           char **list);
148
151
extern void plugin_script_display_list (struct t_weechat_plugin *weechat_plugin,
149
152
                                        struct t_plugin_script *scripts,
150
153
                                        const char *name, int full);