mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Added missing extern
Thanks to Robert Scheck <bird@robert-scheck.de> who reported it and Toke Høiland-Jørgensen <toke@toke.dk> who suggested this patch.
This commit is contained in:
		@@ -458,7 +458,7 @@ typedef struct rta {
 | 
			
		||||
					   protocol-specific metric is availabe */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
const char * rta_dest_names[RTD_MAX];
 | 
			
		||||
extern const char * rta_dest_names[RTD_MAX];
 | 
			
		||||
 | 
			
		||||
static inline const char *rta_dest_name(uint n)
 | 
			
		||||
{ return (n < RTD_MAX) ? rta_dest_names[n] : "???"; }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user