mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Filter: removal of semantically insane consts in filter_commit
This commit is contained in:
		@@ -62,7 +62,7 @@ const char *filter_name(const struct filter *filter);
 | 
			
		||||
int filter_same(const struct filter *new, const struct filter *old);
 | 
			
		||||
int f_same(const struct f_line *f1, const struct f_line *f2);
 | 
			
		||||
 | 
			
		||||
void filter_commit(const struct config *new, const struct config *old);
 | 
			
		||||
void filter_commit(struct config *new, struct config *old);
 | 
			
		||||
 | 
			
		||||
#define FILTER_ACCEPT NULL
 | 
			
		||||
#define FILTER_REJECT ((void *) 1)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user