diff options
Diffstat (limited to 'p11p-daemon/src/p11p_rpc.hrl')
-rw-r--r-- | p11p-daemon/src/p11p_rpc.hrl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p11p-daemon/src/p11p_rpc.hrl b/p11p-daemon/src/p11p_rpc.hrl index 96af9f1..fa73581 100644 --- a/p11p-daemon/src/p11p_rpc.hrl +++ b/p11p-daemon/src/p11p_rpc.hrl @@ -1,3 +1,6 @@ +%%% Copyright (c) 2019, Sunet. +%%% See LICENSE for licensing information. + -record(p11rpc_msg, { call_code = -1 :: integer(), % len = 4 opt_len = -1 :: integer(), % len = 4 |