diff src/ft.h @ 5169:71927464a1db

[gaim-migrate @ 5533] I needed to do this for getfile. Basically, I added a new ui operation for when a new xfer is created. The ui operation creates the needed ui data. Previously it was done when the file was choosen, but with getfile, when sending files to other peeps there isn't a "save file" or "choose file to send" dialog. Ya catch my drift? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 18 Apr 2003 21:01:38 +0000
parents 4691c5936c01
children d557a53e35c5
line wrap: on
line diff
--- a/src/ft.h	Fri Apr 18 19:48:42 2003 +0000
+++ b/src/ft.h	Fri Apr 18 21:01:38 2003 +0000
@@ -47,6 +47,7 @@
  */
 struct gaim_xfer_ui_ops
 {
+	void (*new)(struct gaim_xfer *xfer);
 	void (*destroy)(struct gaim_xfer *xfer);
 	void (*request_file)(struct gaim_xfer *xfer);
 	void (*ask_cancel)(struct gaim_xfer *xfer);