aboutsummaryrefslogtreecommitdiffstats
path: root/brctl/brctl.h
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-04-01 22:01:19 +0000
committershemminger <shemminger>2004-04-01 22:01:19 +0000
commitd7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae (patch)
tree8f805860becc061f69d11b27887bf21725425914 /brctl/brctl.h
parent294ee034008c7db57053ebdd4be11cc81c4e511b (diff)
downloadandroid_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.tar.gz
android_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.tar.bz2
android_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.zip
Fixes for 0.9.7
- error checking - handle upto 1000's of bridges - -V version - don't initialize bridge till have to.
Diffstat (limited to 'brctl/brctl.h')
-rw-r--r--brctl/brctl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/brctl/brctl.h b/brctl/brctl.h
index c582f47..c8a6c0c 100644
--- a/brctl/brctl.h
+++ b/brctl/brctl.h
@@ -28,10 +28,10 @@ struct command
};
struct command *br_command_lookup(char *cmd);
-void br_dump_bridge_id(unsigned char *x);
-void br_show_timer(struct timeval *tv);
-void br_dump_interface_list(struct bridge *br);
-void br_dump_port_info(struct port *p);
-void br_dump_info(struct bridge *br);
+void br_dump_bridge_id(const unsigned char *x);
+void br_show_timer(const struct timeval *tv);
+void br_dump_interface_list(const struct bridge *br);
+void br_dump_port_info(const struct port *p);
+void br_dump_info(const struct bridge *br);
#endif