diff options
author | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
commit | 118bf7a9612f5df366633726581803a1a157154c (patch) | |
tree | 12f2654126e36a338e3f7b77495c5f914f388225 /lib/inets/src/http_lib/http_internal.hrl | |
parent | 992bc0dad066bdec66996acae40b370b5377a161 (diff) | |
parent | 52598d49c267110dff69f40411ff9a217cd9041d (diff) | |
download | otp-118bf7a9612f5df366633726581803a1a157154c.tar.gz otp-118bf7a9612f5df366633726581803a1a157154c.tar.bz2 otp-118bf7a9612f5df366633726581803a1a157154c.zip |
Merge branch 'kostis/inets-reference-record-types/PR-1188' into maint
* kostis/inets-reference-record-types/PR-1188:
Replace ref() with reference() in inets files
Diffstat (limited to 'lib/inets/src/http_lib/http_internal.hrl')
-rw-r--r-- | lib/inets/src/http_lib/http_internal.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/src/http_lib/http_internal.hrl b/lib/inets/src/http_lib/http_internal.hrl index ae92b5df8f..991417cb36 100644 --- a/lib/inets/src/http_lib/http_internal.hrl +++ b/lib/inets/src/http_lib/http_internal.hrl @@ -71,7 +71,7 @@ 'last-modified', other=[] % list() - Key/Value list with other headers }). - +-type http_response_h() :: #http_response_h{}. %%% Request headers -record(http_request_h,{ @@ -118,5 +118,6 @@ 'last-modified', other=[] % list() - Key/Value list with other headers }). +-type http_request_h() :: #http_request_h{}. -endif. % -ifdef(http_internal_hrl). |