summaryrefslogtreecommitdiff
path: root/share/shares.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/shares.c')
-rw-r--r--share/shares.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/shares.c b/share/shares.c
index b628321..34cd921 100644
--- a/share/shares.c
+++ b/share/shares.c
@@ -31,7 +31,6 @@ static time_t refresh_timestamp;
#define KEY_ACL "usershare_acl"
#define KEY_GUEST_OK "guest_ok"
-
/* Debugging flags */
static gboolean throw_error_on_refresh;
static gboolean throw_error_on_add;
@@ -219,7 +218,6 @@ net_usershare_run (int argc, char **argv, GKeyFile **ret_key_file, GError **erro
return retval;
}
-
/* Internals */
static void
@@ -757,7 +755,6 @@ modify_share (const char *old_path, ShareInfo *info, GError **error)
return add_share (info, error);
}
-
/* Public API */
GQuark