1 /*
2  * Copyright (c) 2003,2004  Daniel Bryan
3  * All rights reserved.
4  *
5  * For more information see COPYRIGHT.
6  */
7 
8 int statit(char *path,struct stat *st,int cmdline);
9 int setperm(char *src,struct stat *st);
10 void usage();
11 void done(int i);
12 void exit_pre();
13 void check_iloop(char *args[], char *test);
14 void print_error(char *src, int errno_);
15 void flags_print();
16 int cntfiles(char *args[],int fts_opt);
17 int conf_read(int path);
18 int flag_set(int flag, int value);
19 int flag_setc(char c, int value);
20