/[weechat]/weechat/src/plugins/plugins.h
ViewVC logotype

Diff of /weechat/src/plugins/plugins.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by flashcode, Sat Nov 22 14:14:31 2003 UTC revision 1.5 by flashcode, Sat Nov 22 16:55:57 2003 UTC
# Line 23  Line 23 
23  #ifndef __WEECHAT_PLUGINS_H  #ifndef __WEECHAT_PLUGINS_H
24  #define __WEECHAT_PLUGINS_H 1  #define __WEECHAT_PLUGINS_H 1
25    
26  #define PLUGIN_UNKNOWN 0  #define PLUGIN_TYPE_UNKNOWN 0
27  #define PLUGIN_PERL    1  #define PLUGIN_TYPE_PERL    1
28  #define PLUGIN_PYTHON  2  #define PLUGIN_TYPE_PYTHON  2
29  #define PLUGIN_RUBY    3  #define PLUGIN_TYPE_RUBY    3
30    
31  typedef struct t_plugin_handler t_plugin_handler;  typedef struct t_plugin_handler t_plugin_handler;
32    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26