summaryrefslogtreecommitdiff
path: root/include/mod_privacy.hrl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-20 22:36:32 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2017-05-20 22:36:32 +0300
commit35d19b32f40a4f6aedecca36c3145ab3013ecf87 (patch)
tree2d724e209978999b79fe69be9d0be679cf4fb559 /include/mod_privacy.hrl
parentexport_all is not needed here (diff)
Implement cache for mod_privacy/mod_blocking
Diffstat (limited to 'include/mod_privacy.hrl')
-rw-r--r--include/mod_privacy.hrl8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mod_privacy.hrl b/include/mod_privacy.hrl
index b628a5e1..0d773fb2 100644
--- a/include/mod_privacy.hrl
+++ b/include/mod_privacy.hrl
@@ -38,11 +38,3 @@
-type listitem_type() :: none | jid | group | subscription.
-type listitem_value() :: none | both | from | to | jid:ljid() | binary().
-type listitem_action() :: allow | deny.
-
--record(userlist, {name = none :: none | binary(),
- list = [] :: [listitem()],
- needdb = false :: boolean()}).
-
--type userlist() :: #userlist{}.
-
--export_type([userlist/0]).