summaryrefslogtreecommitdiffstats
path: root/src/afb-req-itf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-req-itf.h')
-rw-r--r--src/afb-req-itf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-req-itf.h b/src/afb-req-itf.h
index e1d9dc84..6fa854c2 100644
--- a/src/afb-req-itf.h
+++ b/src/afb-req-itf.h
@@ -19,6 +19,9 @@
struct afb_req_itf {
const char *(*get_cookie)(void *data, const char *name);
const char *(*get_argument)(void *data, const char *name);
+#if 0
+ int (*set_cookie)(void *data, const char *name, const char *value);
+#endif
};
struct afb_req {