comparison lib/bookmark.c @ 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 8b1883341c6f
children e5f6054590b5
comparison
equal deleted inserted replaced
32:741f7aefa9aa 33:c8ec7877432e
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* local.c - functions that will use the local system */ 2 /* bookmark.c - functions for connecting to a site via a bookmark */
3 /* Copyright (C) 1998-2002 Brian Masney <masneyb@gftp.org> */ 3 /* Copyright (C) 1998-2002 Brian Masney <masneyb@gftp.org> */
4 /* */ 4 /* */
5 /* This program is free software; you can redistribute it and/or modify */ 5 /* This program is free software; you can redistribute it and/or modify */
6 /* it under the terms of the GNU General Public License as published by */ 6 /* it under the terms of the GNU General Public License as published by */
7 /* the Free Software Foundation; either version 2 of the License, or */ 7 /* the Free Software Foundation; either version 2 of the License, or */
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., 59 Temple Place - Suite 330, Boston, MA 02111 USA */ 17 /* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 USA */
18 /*****************************************************************************/ 18 /*****************************************************************************/
19 19
20 #include "gftp.h" 20 #include "gftp.h"
21 static const char cvsid[] = "$Id$";
21 22
22 static int bookmark_parse_url ( gftp_request * request, 23 static int bookmark_parse_url ( gftp_request * request,
23 const char * url ); 24 const char * url );
24 25
25 void 26 void