aboutsummaryrefslogtreecommitdiff
path: root/include/mod_private.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-13 14:09:34 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2016-04-13 14:09:34 +0300
commitef70ce65ab9d27e9fb399c1762514c34bdf9f97e (patch)
treef2a0566e82eb69060521449ddaafd0a952bfdf48 /include/mod_private.hrl
parentClean mod_announce.erl from DB specific code (diff)
Clean mod_private.erl from DB specific code
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'}).