You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
347 B
12 lines
347 B
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
|
|
#ifndef DUNST_MENU_H
|
|
#define DUNST_MENU_H
|
|
|
|
char *extract_urls(const char *to_match);
|
|
void open_browser(const char *in);
|
|
void invoke_action(const char *action);
|
|
void regex_teardown(void);
|
|
|
|
#endif
|
|
/* vim: set tabstop=8 shiftwidth=8 expandtab textwidth=0: */
|