diff libpurple/server.c @ 25659:7d2e5f57dbca

propagate from branch 'im.pidgin.pidgin.vv' (head 9443004596a4fc55992da8548ef5b438de22c8ef) to branch 'im.pidgin.soc.2008.vv' (head 99d72a9b9b6887865627081565f052f29516d19b)
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 27 May 2008 16:30:26 +0000
parents ff29208e03ef 4b9b265a8100
children 10f5a529d2a6
line wrap: on
line diff
--- a/libpurple/server.c	Tue May 27 06:51:21 2008 +0000
+++ b/libpurple/server.c	Tue May 27 16:30:26 2008 +0000
@@ -1095,5 +1095,18 @@
 		return FALSE;
 	}
 }
-    
-#endif
+#else
+void *
+serv_initiate_media(void *gc, void *who, void *type)
+{
+	purple_debug_info("serv", "Blank serv_initiate_media called\n");
+	return NULL;
+}
+
+void *
+serv_can_do_media(void *gc, void *who, void *type)
+{
+	purple_debug_info("serv", "Blank serv_can_do_media called\n");
+	return NULL;
+}
+#endif /* USE_FARSIGHT */