ruby/trema/features-reply.h in trema-0.2.2.1 vs ruby/trema/features-reply.h in trema-0.2.3
- old
+ new
@@ -1,10 +1,8 @@
/*
* Ruby wrapper class of OpenFlow features reply message.
*
- * Author: Yasuhito Takamiya <yasuhito@gmail.com>
- *
* 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.
@@ -30,14 +28,10 @@
extern VALUE cFeaturesReply;
void Init_features_reply( void );
-
-
void handle_switch_ready( uint64_t datapath_id, void *controller );
-
-
void handle_features_reply(
uint64_t datapath_id,
uint32_t transaction_id,
uint32_t n_buffers,
uint8_t n_tables,