diff options
Diffstat (limited to 'include/stomp.hrl')
-rw-r--r-- | include/stomp.hrl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stomp.hrl b/include/stomp.hrl index 8ac197f78e01..30c933b56302 100644 --- a/include/stomp.hrl +++ b/include/stomp.hrl @@ -17,3 +17,6 @@ -record(stomp_msg, { headers :: #{ binary() => binary() }, body :: binary() }). -type stomp_msg() :: #stomp_msg{}. + +%% STOMP frame components +-type headers() :: #{binary() => binary()}. |