7 lines
157 B
C
7 lines
157 B
C
#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);
|