summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 9da9340..36fb205 100644
--- a/src/core.h
+++ b/src/core.h
@@ -71,7 +71,7 @@ static inline bool tip_client_large_file(const struct tip_client *cli)
void tip_client_pending(struct tip_client *cli);
bool tip_client_redirect(struct tip_client *cli);
int tip_client_redirect_create(const struct tip_client *cli);
-void tip_client_activate_pending(void);
+void tip_client_activate_pending(bool redirect_only);
extern struct ev_loop *tip_main_loop;