comparison src/gtk/gftp-gtk.h @ 33:c8ec7877432e

2002-10-06 Brian Masney <masneyb@gftp.org> * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS 2002-10-03 Brian Masney <masneyb@gftp.org> * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh will automagically add these for me. * autogen.sh - remove check for libtool * configure.in - link in gthread * cvsclean - added this script * *.[ch] - added $Id$ tags * debian/* - updated files from Debian maintainer
author masneyb
date Mon, 07 Oct 2002 10:40:43 +0000
parents 3b2dcdefc7e9
children 5a178bd04ca5
comparison
equal deleted inserted replaced
32:741f7aefa9aa 33:c8ec7877432e
15 /* You should have received a copy of the GNU General Public License */ 15 /* You should have received a copy of the GNU General Public License */
16 /* along with this program; if not, write to the Free Software */ 16 /* along with this program; if not, write to the Free Software */
17 /* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 17 /* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
18 /*****************************************************************************/ 18 /*****************************************************************************/
19 19
20 /* $Id$ */
21
20 #ifndef __GFTP_GTK_H 22 #ifndef __GFTP_GTK_H
21 #define __GFTP_GTK_H 23 #define __GFTP_GTK_H
22 24
23 #include "../../lib/gftp.h" 25 #include "../../lib/gftp.h"
24 #include <gtk/gtk.h> 26 #include <gtk/gtk.h>
144 extern GHashTable * graphic_hash_table; 146 extern GHashTable * graphic_hash_table;
145 extern GtkItemFactoryEntry * menus; 147 extern GtkItemFactoryEntry * menus;
146 extern GtkItemFactory * factory; 148 extern GtkItemFactory * factory;
147 extern pthread_mutex_t transfer_mutex, log_mutex; 149 extern pthread_mutex_t transfer_mutex, log_mutex;
148 extern gftp_graphic * gftp_icon; 150 extern gftp_graphic * gftp_icon;
151 extern int gftp_is_started;
149 152
150 /* bookmarks.c */ 153 /* bookmarks.c */
151 void run_bookmark ( gpointer data ); 154 void run_bookmark ( gpointer data );
152 155
153 void add_bookmark ( gpointer data ); 156 void add_bookmark ( gpointer data );