diff options
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,8 +16,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef DWB_H -#define DWB_H +#ifndef __DWB_DWB_H__ +#define __DWB_DWB_H__ #include <gtk/gtk.h> #include <webkit/webkit.h> #include <gdk/gdkkeysyms.h> @@ -1014,6 +1014,7 @@ DwbStatus dwb_pack(const char *layout, gboolean rebuild); void dwb_init_signals(void); void dwb_init_vars(void); void dwb_parse_commands(const char *line); +gboolean dwb_delete_profile(const gchar *); DwbStatus dwb_scheme_handler(GList *gl, WebKitNetworkRequest *request); GList *dwb_get_simple_list(GList *, const char *filename); char * dwb_prompt(gboolean visibility, char *prompt, ...); |