| 504 static void nap_add_buddy(struct gaim_connection *gc, char *name) |
504 static void nap_add_buddy(struct gaim_connection *gc, char *name) |
| 505 { |
505 { |
| 506 nap_write_packet(gc, 0xCF, name); |
506 nap_write_packet(gc, 0xCF, name); |
| 507 } |
507 } |
| 508 |
508 |
| 509 static void nap_remove_buddy(struct gaim_connection *gc, char *name) |
509 static void nap_remove_buddy(struct gaim_connection *gc, char *name, char *group) |
| 510 { |
510 { |
| 511 nap_write_packet(gc, 0x12F, name); |
511 nap_write_packet(gc, 0x12F, name); |
| 512 } |
512 } |
| 513 |
513 |
| 514 static void nap_close(struct gaim_connection *gc) |
514 static void nap_close(struct gaim_connection *gc) |