summaryrefslogtreecommitdiff
path: root/src/ostree/ot-remote-cookie-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-remote-cookie-util.h')
-rw-r--r--src/ostree/ot-remote-cookie-util.h17
1 files changed, 5 insertions, 12 deletions
diff --git a/src/ostree/ot-remote-cookie-util.h b/src/ostree/ot-remote-cookie-util.h
index 838714f6..e0a84a1a 100644
--- a/src/ostree/ot-remote-cookie-util.h
+++ b/src/ostree/ot-remote-cookie-util.h
@@ -23,19 +23,12 @@
G_BEGIN_DECLS
-gboolean
-ot_add_cookie_at (int dfd, const char *jar_path,
- const char *domain, const char *path,
- const char *name, const char *value,
- GError **error);
+gboolean ot_add_cookie_at (int dfd, const char *jar_path, const char *domain, const char *path,
+ const char *name, const char *value, GError **error);
-gboolean
-ot_delete_cookie_at (int dfd, const char *jar_path,
- const char *domain, const char *path,
- const char *name,
- GError **error);
+gboolean ot_delete_cookie_at (int dfd, const char *jar_path, const char *domain, const char *path,
+ const char *name, GError **error);
-gboolean
-ot_list_cookies_at (int dfd, const char *jar_path, GError **error);
+gboolean ot_list_cookies_at (int dfd, const char *jar_path, GError **error);
G_END_DECLS