diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-10 16:53:12 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-17 12:53:29 +0200 |
commit | baa6f970bd311b25498bedb6d3554eb0719d2daf (patch) | |
tree | bf5870b3fd2922ba4652800d65ab9ecd76b3e866 /src/fnid.c | |
parent | 3abe5c7f968cb2905ecf2c0920f283e5c60016d2 (diff) | |
download | idutils-baa6f970bd311b25498bedb6d3554eb0719d2daf.tar.gz idutils-baa6f970bd311b25498bedb6d3554eb0719d2daf.tar.bz2 idutils-baa6f970bd311b25498bedb6d3554eb0719d2daf.zip |
make functions static
Diffstat (limited to 'src/fnid.c')
-rw-r--r-- | src/fnid.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* fnid.c -- report which files constitute an ID database - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 2008 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify @@ -33,7 +33,6 @@ #include "idfile.h" #include "iduglobal.h" -void scan_files (struct idhead *idhp); void scan_member_file (struct member_file const *member); void usage (void); |