]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/blobdiff - doc/rawapi.txt
Minor changes (tabs)
[pes-rpp/rpp-lwip.git] / doc / rawapi.txt
index 4ad8c13bb89185fbb1aec29d4af8bf7ba331dad8..016ae64c247ca6b68604416b1fe6c6774f761f3e 100644 (file)
@@ -153,7 +153,7 @@ callback function.
 
 - void tcp_sent(struct tcp_pcb *pcb,
                 err_t (* sent)(void *arg, struct tcp_pcb *tpcb,
-                              u16_t len))
+                u16_t len))
 
   Specifies the callback function that should be called when data has
   successfully been received (i.e., acknowledged) by the remote
@@ -227,7 +227,7 @@ connection are when there is a shortage of memory. The callback
 function to be called is set using the tcp_err() function.
 
 - void tcp_err(struct tcp_pcb *pcb, void (* err)(void *arg,
-              err_t err))
+       err_t err))
 
   The error callback function does not get the pcb passed to it as a
   parameter since the pcb may already have been deallocated.