From 6074f76f7dd32d272b6de801f9638d8ebca1cbbf Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Mon, 13 Nov 2017 16:05:54 +0100 Subject: Define a constant for user agent string instead of duplicate strings --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 5f1d763..3044d2a 100644 --- a/src/common.h +++ b/src/common.h @@ -53,6 +53,8 @@ extern "C" { #define IBOOT_FLAG_EFFECTIVE_SECURITY_MODE 1 << 3 #define IBOOT_FLAG_EFFECTIVE_PRODUCTION_MODE 1 << 4 +#define USER_AGENT_STRING "InetURL/1.0" + struct dfu_client_t; struct normal_client_t; struct restore_client_t; -- cgit v1.1-32-gdbae