* fish.c (fish_which): Make static.

This commit is contained in:
Pavel Roskin 2002-11-13 03:54:24 +00:00
parent 66f451aac7
commit 15f131afc9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-12 Pavel Roskin <proski@gnu.org>
* fish.c (fish_which): Make static.
2002-11-12 Andrew V. Samoilov <sav@bcs.zp.ua>
* ftpfs.c (linear_abort): Close data socket dsock.

View File

@ -323,7 +323,7 @@ archive_same(vfs *me, vfs_s_super *super, char *archive_name, char *op, void *co
return flags;
}
int
static int
fish_which (vfs *me, char *path)
{
if (!strncmp (path, "/#sh:", 5))