aboutsummaryrefslogtreecommitdiff
path: root/include/mod_private.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/mod_private.hrl')
-rw-r--r--include/mod_private.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mod_private.hrl b/include/mod_private.hrl
new file mode 100644
index 000000000..d833af35f
--- /dev/null
+++ b/include/mod_private.hrl
@@ -0,0 +1,4 @@
+-record(private_storage,
+ {usns = {<<"">>, <<"">>, <<"">>} :: {binary(), binary(), binary() |
+ '$1' | '_'},
+ xml = #xmlel{} :: xmlel() | '_' | '$1'}).