/* Copyright (C) 2000-2004 Peter Selinger. This file is part of ccrypt. It is free software and it is covered by the GNU general public license. See the file COPYING for details. */ /* traverse.h: functions for traversing through a list of files, optionally recursing through directory structure */ /* $Id: traverse.h,v 1.5 2003/08/25 18:06:20 selinger Exp $ */ #ifndef __TRAVERSE_H #define __TRAVERSE_H #include #include int traverse_toplevel(char **filelist, int count); #endif /* __TRAVERSE_H */