diff --git a/include/libgourou.h b/include/libgourou.h
index 0d62700..8c6e957 100644
--- a/include/libgourou.h
+++ b/include/libgourou.h
@@ -194,6 +194,8 @@ namespace gourou
void buildActivateReq(pugi::xml_document& activateReq);
ByteArray sendFulfillRequest(const pugi::xml_document& document, const std::string& url);
void buildSignInRequest(pugi::xml_document& signInRequest, const std::string& adobeID, const std::string& adobePassword, const std::string& authenticationCertificate);
+ void fetchLicenseServiceCertificate(const std::string& licenseURL,
+ const std::string& operatorURL);
};
}
diff --git a/include/user.h b/include/user.h
index 625862e..4966dc5 100644
--- a/include/user.h
+++ b/include/user.h
@@ -14,13 +14,15 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with libgourou. If not, see .
+ along with libgourou. If not, see .
*/
#ifndef _USER_H_
#define _USER_H_
#include
+#include