diff options
Diffstat (limited to 'include/mod_carboncopy.hrl')
| -rw-r--r-- | include/mod_carboncopy.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mod_carboncopy.hrl b/include/mod_carboncopy.hrl new file mode 100644 index 000000000..df69938e8 --- /dev/null +++ b/include/mod_carboncopy.hrl @@ -0,0 +1,4 @@ +-type matchspec_atom() :: '_' | '$1' | '$2' | '$3'. +-record(carboncopy, {us :: {binary(), binary()} | matchspec_atom(), + resource :: binary() | matchspec_atom(), + version :: binary() | matchspec_atom()}). |
