src/devices/point-to-point/point-to-point-net-device.h
changeset 996 3888206177b8
parent 975 98233c6c9c2e
child 1167 2cb083ff04c6
--- a/src/devices/point-to-point/point-to-point-net-device.h	Sat Jul 28 13:15:04 2007 +0200
+++ b/src/devices/point-to-point/point-to-point-net-device.h	Sat Jul 28 13:20:47 2007 +0200
@@ -198,7 +198,7 @@
    * \return Returns true if the packet should be forwarded up the
    * protocol stack.
    */
-  bool ProcessHeader(Packet& p, int& param);
+  bool ProcessHeader(Packet& p, uint16_t& param);
   /**
    * Send a Packet Down the Wire.
    *