annotate docs/sample.gftp/Makefile.am @ 520:e67a52327b24
2004-7-27 Brian Masney <masneyb@gftp.org>
* lib/gftp.h lib/local.c lib/protocols.c lib/sshv2.c - changed
declaration of gftp_stat_filename() so that the mode of the filename
is returned as a parameter instead of the function return value.
The mode_t type is unsigned and the error codes could not be reported
properly
author |
masneyb |
date |
Wed, 28 Jul 2004 02:19:00 +0000 |
parents |
87a94b93c36c |
children |
c71bc7d32ce5 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 pkgdata_DATA=COPYING bookmarks connect.xpm deb.xpm diff.xpm dir.xpm doc.xpm \
|
34
|
4 dotdot.xpm down.xpm exe.xpm gftp-logo.xpm gftp-mini-logo.xpm gftp.xpm \
|
|
5 gftprc img.xpm left.xpm linkdir.xpm linkfile.xpm man.xpm open_dir.xpm \
|
|
6 right.xpm rpm.xpm stop.xpm tar.xpm txt.xpm sound.xpm up.xpm world.xpm
|
1
|
7
|
|
8 EXTRA_DIST=COPYING bookmarks connect.xpm deb.xpm diff.xpm dir.xpm doc.xpm \
|
34
|
9 dotdot.xpm down.xpm exe.xpm gftp-logo.xpm gftp-mini-logo.xpm gftp.xpm \
|
|
10 gftprc img.xpm left.xpm linkdir.xpm linkfile.xpm man.xpm open_dir.xpm \
|
|
11 right.xpm rpm.xpm stop.xpm tar.xpm txt.xpm sound.xpm up.xpm world.xpm
|
1
|
12
|