diff src/prpl.h @ 1064:b0b40b5faede

[gaim-migrate @ 1074] for some things, the prpl needs to ask the user if they want to do something. i added a way of doing that to prpl.c. i also tweaked oscar.c to get it to use that system, as well as adding the beginnings of getfile support to oscar. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 04 Nov 2000 09:13:29 +0000
parents ece2d1543b20
children 2fe18b2d6105
line wrap: on
line diff
--- a/src/prpl.h	Sat Nov 04 03:08:54 2000 +0000
+++ b/src/prpl.h	Sat Nov 04 09:13:29 2000 +0000
@@ -100,4 +100,5 @@
 
 struct prpl *find_prpl(int);
 
+void do_ask_dialog(const char *, void *, void *, void *);
 #endif