Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / IP.h
index ede537a..2156957 100644 (file)
@@ -90,6 +90,8 @@
                } IP_Header_t;
                
        /* Function Prototypes: */
                } IP_Header_t;
                
        /* Function Prototypes: */
-               int16_t IP_ProcessIPPacket(Ethernet_Frame_Info_t* FrameIN, void* InDataStart, void* OutDataStart);
+               int16_t IP_ProcessIPPacket(Ethernet_Frame_Info_t* const FrameIN,
+                                          void* InDataStart,
+                                          void* OutDataStart);
 
 #endif
 
 #endif