comparison libpurple/nat-pmp.h @ 15975:328ae2c041c3

fix win32 build for nat-pmp stuff. I haven't tested it, but it compiles.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 31 Mar 2007 21:48:11 +0000
parents 1a12ce76c4f4
children 533ebd404184
comparison
equal deleted inserted replaced
15974:1a12ce76c4f4 15975:328ae2c041c3
70 * @param privateport The private port on which the mapping was previously made 70 * @param privateport The private port on which the mapping was previously made
71 * 71 *
72 * @returns TRUE if succesful; FALSE if unsuccessful 72 * @returns TRUE if succesful; FALSE if unsuccessful
73 */ 73 */
74 gboolean purple_pmp_destroy_map(PurplePmpType type, unsigned short privateport); 74 gboolean purple_pmp_destroy_map(PurplePmpType type, unsigned short privateport);
75 75
76 #endif 76 #endif
77