diff src/toc.c @ 1038:daad2440a642

[gaim-migrate @ 1048] i have homework i need to be doing. it's due in less than 7 hours, and i haven't started and i need to sleep. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 10:49:53 +0000
parents 643a4d81c18a
children 713b0e14e0a9
line wrap: on
line diff
--- a/src/toc.c	Tue Oct 31 09:48:42 2000 +0000
+++ b/src/toc.c	Tue Oct 31 10:49:53 2000 +0000
@@ -46,7 +46,7 @@
 #include "pixmaps/dt_icon.xpm"
 #include "pixmaps/free_icon.xpm"
 
-#define REVISION "gaim:$Revision: 1042 $"
+#define REVISION "gaim:$Revision: 1048 $"
 
 struct toc_data {
 	int toc_fd;
@@ -1165,6 +1165,9 @@
         ret->remove_buddy = toc_remove_buddy;
         ret->add_permit = NULL; /* FIXME */
         ret->add_deny = NULL;
+	ret->rem_permit = NULL;
+	ret->rem_deny = NULL;
+	ret->set_permit_deny = NULL;
         ret->warn = toc_warn;
         ret->accept_chat = toc_accept_chat;
         ret->join_chat = toc_join_chat;