dunst/menu.h
2013-02-22 06:09:13 +00:00

8 lines
248 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);