1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00
elinks/src/scripting/ruby/ruby.h

18 lines
207 B
C
Raw Normal View History

#ifndef EL__SCRIPTING_RUBY_RUBY_H
#define EL__SCRIPTING_RUBY_RUBY_H
#ifdef __cplusplus
extern "C" {
#endif
struct module;
extern struct module ruby_scripting_module;
#ifdef __cplusplus
}
#endif
#endif