 7e58e5c64c
			
		
	
	
		7e58e5c64c
		
	
	
	
	
		
			
			Add expandtab to vim modelines so that spaces are expanded to tabs, make life easier for people that have vim configured to use tabs by default. Expand modeline abbreviations to improve readability.
		
			
				
	
	
		
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			337 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
 | |
| #include "dunst.h"
 | |
| #include <regex.h>
 | |
| 
 | |
| char *extract_urls(const char *to_match);
 | |
| void open_browser(const char *url);
 | |
| void invoke_action(const char *action);
 | |
| void regex_teardown(void);
 | |
| 
 | |
| /* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */
 |