view docs/sample.gftp/down.xpm @ 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 8b1883341c6f
children e999754d6106
line wrap: on
line source

/* XPM */

/* This was drawn by Brian Masney <masneyb@gftp.org> */

static char *down_xpm[] = {
"16 14 2 1",
" 	c	None",
"#	c       #000000",
"                ",
"     ###        ",
"     ###        ",
"     ###        ",
"     ###        ",
"     ###        ",
"     ###        ",
"     ###        ",
"     ###        ",
"   #######      ",
"    #####       ",
"     ###        ",
"      #         ",
"                "
};