diff options
Diffstat (limited to 'src/core.h')
-rw-r--r-- | src/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |