pidgin: 774dfae4: Re-align stuff.

qulogic at pidgin.im qulogic at pidgin.im
Wed Jan 4 02:08:45 EST 2012


----------------------------------------------------------------------
Revision: 774dfae438bb1ca6fcf0749d7b88f3f3ee6b495b
Parent:   98024e18b62df0b1510672ffb9dbcde2e196115d
Author:   qulogic at pidgin.im
Date:     01/03/12 18:37:11
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/774dfae438bb1ca6fcf0749d7b88f3f3ee6b495b

Changelog: 

Re-align stuff.

Changes against parent 98024e18b62df0b1510672ffb9dbcde2e196115d

  patched  libpurple/nat-pmp.h

-------------- next part --------------
============================================================
--- libpurple/nat-pmp.h	e53392f24a83353135364e462b849f6d4625e27b
+++ libpurple/nat-pmp.h	648d96e00cb3c474d4ddaa4ed0d1b3d97bf75774
@@ -56,19 +56,21 @@ char *purple_pmp_get_public_ip(void);
 /**
  * Remove the NAT-PMP mapping for a specified type on a specified port
  *
- * @param type The PurplePmpType
+ * @param type        The PurplePmpType
  * @param privateport The private port on which we are listening locally
- * @param publicport The public port on which we are expecting a response
- * @param lifetime The lifetime of the mapping. It is recommended that this be PURPLE_PMP_LIFETIME.
+ * @param publicport  The public port on which we are expecting a response
+ * @param lifetime    The lifetime of the mapping. It is recommended that this
+ *                    be PURPLE_PMP_LIFETIME.
  *
  * @returns TRUE if successful; FALSE if unsuccessful
  */
-gboolean purple_pmp_create_map(PurplePmpType type, unsigned short privateport, unsigned short publicport, int lifetime);
+gboolean purple_pmp_create_map(PurplePmpType type, unsigned short privateport,
+                               unsigned short publicport, int lifetime);
 
 /**
  * Remove the NAT-PMP mapping for a specified type on a specified port
  *
- * @param type The PurplePmpType
+ * @param type        The PurplePmpType
  * @param privateport The private port on which the mapping was previously made
  *
  * @returns TRUE if successful; FALSE if unsuccessful


More information about the Commits mailing list