Sha256: 28b0570d9e57a4ebdb9554c967b2ee07a2ff0bfcff04c676148df58738dde679
Contents?: true
Size: 861 Bytes
Versions: 13
Compression:
Stored size: 861 Bytes
Contents
/* * Copyright (C) 2013 NEC Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef SWITCH_EVENT_H_ #define SWITCH_EVENT_H_ #include "ruby.h" extern VALUE mSwitchEvent; void Init_switch_event( void ); #endif /* SWITCH_EVENT_H_ */
Version data entries
13 entries across 13 versions & 1 rubygems