X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fprotocoleinterface.inc.php;h=4f4b4962bfd417b0a7000745d9371e08407baebb;hb=52d7843e9f91ee0350fbab92a924b365ea32d9cf;hp=e059ec57013b4d13045b0f8d090a05bae960c7ff;hpb=3958da5df280bd8b4125ca6013c3fda9f538ae96;p=banana.git diff --git a/banana/protocoleinterface.inc.php b/banana/protocoleinterface.inc.php index e059ec5..4f4b496 100644 --- a/banana/protocoleinterface.inc.php +++ b/banana/protocoleinterface.inc.php @@ -18,11 +18,11 @@ interface BananaProtocoleInterface /** Indicate if the Protocole handler has been succesfully built */ public function isValid(); - + /** Indicate last error n° */ public function lastErrNo(); - + /** Indicate last error text */ public function lastError(); @@ -49,7 +49,7 @@ interface BananaProtocoleInterface * @param id Id of the emssage (can be either an Message-id or a message index) * @return The sources of the message (or null) */ - public function getMessageSource($id); + public function getMessageSource($id); /** Return the indexes of the messages presents in the Box * @return Array(number of messages, MSGNUM of the first message, MSGNUM of the last message)