refactoring
[src/app-framework-binder.git] / src / afb-req-itf.h
index e1d9dc8..6fa854c 100644 (file)
@@ -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 {