X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.h;h=b501af6a24b03e28d04ff4d4420f132d412ed777;hb=c8558c8a28966110aa3a356f95d3c60afe32b64a;hp=f4c00ff2761bb16369828dab81542d5dae327ac7;hpb=a8e971702f23ee67e02b4716ad4159f12cefdca6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.h b/src/afb-hreq.h index f4c00ff2..b501af6a 100644 --- a/src/afb-hreq.h +++ b/src/afb-hreq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -44,7 +44,6 @@ struct afb_hreq { struct MHD_PostProcessor *postform; struct hreq_data *data; struct json_object *json; - int upgrade; }; extern int afb_hreq_unprefix(struct afb_hreq *request, const char *prefix, size_t length);