1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Added Ruby plugins skeleton

This commit is contained in:
Sebastien Helleu
2005-08-21 16:32:48 +00:00
parent 84b1a27265
commit 11321acb96
28 changed files with 3242 additions and 1284 deletions
+4
View File
@@ -67,6 +67,10 @@ extern t_plugin_script *perl_scripts;
extern t_plugin_script *python_scripts;
#endif
#ifdef PLUGIN_RUBY
extern t_plugin_script *ruby_scripts;
#endif
extern void plugin_auto_load (int, char *);
extern void plugin_init ();
extern void plugin_load (int, char *);