Fix a bug when '-f -H' is used and the target already exists. cpdup was
[dragonfly.git] / contrib / tar / lib / quote.h
1 /* prototypes for quote.c */
2
3 #ifndef PARAMS
4 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
5 #  define PARAMS(Args) Args
6 # else
7 #  define PARAMS(Args) ()
8 # endif
9 #endif
10
11 char const *quote_n PARAMS ((int n, char const *name));
12 char const *quote PARAMS ((char const *name));