Sha256: 6aa33dcbec9535cbad79db76740a2658bd4bc13351f9046e6f6d91a08790b6cd

Contents?: true

Size: 938 Bytes

Versions: 13

Compression:

Stored size: 938 Bytes

Contents

/*
 * Copyright (C) 2008-2012 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 ECHO_REPLY_H
#define ECHO_REPLY_H


#include "ruby.h"


extern VALUE cEchoReply;


void Init_echo_reply( void );


#endif // ECHO_REPLY_H


/*
 * Local variables:
 * c-basic-offset: 2
 * indent-tabs-mode: nil
 * End:
 */

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
trema-0.3.9 ruby/trema/echo-reply.h
trema-0.3.8 ruby/trema/echo-reply.h
trema-0.3.7 ruby/trema/echo-reply.h
trema-0.3.6 ruby/trema/echo-reply.h
trema-0.3.5 ruby/trema/echo-reply.h
trema-0.3.4 ruby/trema/echo-reply.h
trema-0.3.3 ruby/trema/echo-reply.h
trema-0.3.2 ruby/trema/echo-reply.h
trema-0.3.1 ruby/trema/echo-reply.h
trema-0.3.0 ruby/trema/echo-reply.h
trema-0.2.8 ruby/trema/echo-reply.h
trema-0.2.7 ruby/trema/echo-reply.h
trema-0.2.6 ruby/trema/echo-reply.h