diff options
| author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-08-14 17:59:25 +0100 | 
|---|---|---|
| committer | Paul Jakma <paul@quagga.net> | 2008-08-22 19:52:58 +0100 | 
| commit | 1423c809cc4ddc2e013ba6264c49a11e5719c6f2 (patch) | |
| tree | db0389e7de020bbcb9fd78d45417b0842a6adb0b /lib/sockopt.h | |
| parent | 89d9fa301e146193093ff876f96b3612dc390bbb (diff) | |
[lib] mes_lookup string lookup table argument should be marked const
2008-08-14 Stephen Hemminger <stephen.hemminger@vyatta.com>
	* lib/log.{c,h}: struct message argument should point to const
	* */*.c: adjust to suit,
Signed-off-by: Paul Jakma <paul@quagga.net>
Diffstat (limited to 'lib/sockopt.h')
| -rw-r--r-- | lib/sockopt.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sockopt.h b/lib/sockopt.h index 95382792df..cb05c6fbd1 100644 --- a/lib/sockopt.h +++ b/lib/sockopt.h @@ -89,6 +89,7 @@ extern int setsockopt_multicast_ipv4(int sock, int optname,  			             unsigned int ifindex  					 /* optional: if non-zero, may be used  					 	instead of if_addr */); +extern int setsockopt_ipv4_tos(int sock, int tos);  /* Ask for, and get, ifindex, by whatever method is supported. */  extern int setsockopt_ifindex (int, int, int);  | 
