summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.h b/src/app.h
index 84a0018..f584efd 100644
--- a/src/app.h
+++ b/src/app.h
@@ -53,7 +53,7 @@ struct fcgy_app {
fcgy_app *app_create();
int app_config(fcgy_app *, fcgy_config_name, const char *, char *, size_t);
-int app_bind(fcgy_app *);
+int app_bind(fcgy_app *, char *, size_t);
void app_run(fcgy_app *);
void app_destroy(fcgy_app *);