]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/p_icmp.c
lib: introduce print_nl
[mirror_iproute2.git] / tc / p_icmp.c
index f9ddbe337aeaac5be4a140b84408fdf415447cd1..2c1baf82f7ad9506c4175be2a879f39780ef3715 100644 (file)
@@ -6,14 +6,13 @@
  *             as published by the Free Software Foundation; either version
  *             2 of the License, or (at your option) any later version.
  *
- * Authors:  J Hadi Salim (hadi@cyberus.ca) 
- * 
+ * Authors:  J Hadi Salim (hadi@cyberus.ca)
+ *
  */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <fcntl.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
@@ -25,7 +24,8 @@
 
 
 static int
-parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey)
+parse_icmp(int *argc_p, char ***argv_p,
+          struct m_pedit_sel *sel, struct m_pedit_key *tkey)
 {
        int res = -1;
 #if 0
@@ -47,7 +47,7 @@ parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_
        }
        return -1;
 
-      done:
+done:
        *argc_p = argc;
        *argv_p = argv;
 #endif