This should fix it ... ;-)
[core.git] / inc / classes / interfaces / handler / protocol / class_HandleableProtocol.php
index f40df1006f076608dbee4eda585fa91e425def90..a4918ab6f76c9b5331062f3debdbd499e30f6e1a 100644 (file)
@@ -48,9 +48,10 @@ interface HandleableProtocol extends Handleable {
        /**
         * If the found UNL (address) matches own external or internal address
         *
+        * @param       $unl            UNL to test
         * @return      $ifMatches      Whether the found UNL matches own addresss
         */
-       function isOwnAddress ();
+       function isOwnAddress ($unl);
 }
 
 // [EOF]