summaryrefslogtreecommitdiffstats
path: root/src/afb-export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-export.h')
-rw-r--r--src/afb-export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-export.h b/src/afb-export.h
index c9046be8..be8adfd5 100644
--- a/src/afb-export.h
+++ b/src/afb-export.h
@@ -85,7 +85,7 @@ extern int afb_export_handle_init_v3(
struct afb_export *export,
int (*oninit)(struct afb_api_x3 *api));
-extern int afb_export_start(struct afb_export *export, int share_session, int onneed);
+extern int afb_export_start(struct afb_export *export);
extern int afb_export_logmask_get(const struct afb_export *export);
extern void afb_export_logmask_set(struct afb_export *export, int mask);