diff options
Diffstat (limited to 'net/batman-adv/icmp_socket.h')
| -rw-r--r-- | net/batman-adv/icmp_socket.h | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/net/batman-adv/icmp_socket.h b/net/batman-adv/icmp_socket.h index 1fcca37b622..0c33950aa4a 100644 --- a/net/batman-adv/icmp_socket.h +++ b/net/batman-adv/icmp_socket.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2013 B.A.T.M.A.N. contributors: +/* Copyright (C) 2007-2014 B.A.T.M.A.N. contributors:   *   * Marek Lindner   * @@ -12,9 +12,7 @@   * 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 + * along with this program; if not, see <http://www.gnu.org/licenses/>.   */  #ifndef _NET_BATMAN_ADV_ICMP_SOCKET_H_ @@ -24,7 +22,7 @@  void batadv_socket_init(void);  int batadv_socket_setup(struct batadv_priv *bat_priv); -void batadv_socket_receive_packet(struct batadv_icmp_packet_rr *icmp_packet, +void batadv_socket_receive_packet(struct batadv_icmp_header *icmph,  				  size_t icmp_len);  #endif /* _NET_BATMAN_ADV_ICMP_SOCKET_H_ */  | 
