swish/commit

Added missing multifile declarations.

authorJan Wielemaker
Tue May 23 14:17:17 2017 +0200
committerJan Wielemaker
Tue May 23 14:17:17 2017 +0200
commitd7b2878e247acf1e0f8efbbe4b05471f5ff901d9
tree6183ee7967a4a8d879f4b7b881643973164e893c
parent372d58d63ce92cbeac1c42132eb75d5b62d43cf5
Diff style: patch stat
diff --git a/lib/swish/cp_authenticate.pl b/lib/swish/cp_authenticate.pl
index 3ca6da9..28437a2 100644
--- a/lib/swish/cp_authenticate.pl
+++ b/lib/swish/cp_authenticate.pl
@@ -53,6 +53,8 @@ through pengine_user/1.
 */
 
 :- multifile
+    swish_config:reply_logged_in/1,
+    swish_config:reply_logged_out/1,
     swish_config:authenticate/2,
     swish_config:user_info/3.