aboutsummaryrefslogtreecommitdiffstats
path: root/src/pdm-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdm-dialog.c')
-rw-r--r--src/pdm-dialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c
index 3cb8d6af5..0bc61973d 100644
--- a/src/pdm-dialog.c
+++ b/src/pdm-dialog.c
@@ -171,7 +171,7 @@ typedef struct
#ifdef HAVE_WEBKIT2
static WebKitCookieManager *
-get_cookie_manager ()
+get_cookie_manager (void)
{
WebKitWebContext *web_context;
@@ -180,7 +180,7 @@ get_cookie_manager ()
}
#else
static SoupCookieJar*
-get_cookie_jar ()
+get_cookie_jar (void)
{
SoupSession* session;
@@ -243,7 +243,7 @@ got_network_passwords_list_cb (GnomeKeyringResult result,
}
static void
-_ephy_pdm_delete_all_passwords ()
+_ephy_pdm_delete_all_passwords (void)
{
gnome_keyring_list_item_ids (GNOME_KEYRING_DEFAULT,
got_network_passwords_list_cb,