projects
/
apple
/
file_cmds.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
file_cmds-321.100.10.0.1.tar.gz
[apple/file_cmds.git]
/
cp
/
extern.h
diff --git
a/cp/extern.h
b/cp/extern.h
index 10a52117f36112717557462b4e17c3b4488b3cc7..521091d5767c2b9abc66f6b43f4a36aa9b9f97e5 100644
(file)
--- a/
cp/extern.h
+++ b/
cp/extern.h
@@
-30,6
+30,9
@@
* $FreeBSD: src/bin/cp/extern.h,v 1.20 2005/09/05 04:36:08 csjp Exp $
*/
* $FreeBSD: src/bin/cp/extern.h,v 1.20 2005/09/05 04:36:08 csjp Exp $
*/
+#ifndef _CP_EXTERN_H_
+#define _CP_EXTERN_H_
+
typedef struct {
char *p_end; /* pointer to NULL at end of path */
char *target_end; /* pointer to end of target base */
typedef struct {
char *p_end; /* pointer to NULL at end of path */
char *target_end; /* pointer to end of target base */
@@
-41,6
+44,7
@@
extern int fflag, iflag, nflag, pflag, vflag;
#ifdef __APPLE__
extern int Xflag;
#endif /* __APPLE__ */
#ifdef __APPLE__
extern int Xflag;
#endif /* __APPLE__ */
+extern int cflag;
extern volatile sig_atomic_t info;
__BEGIN_DECLS
extern volatile sig_atomic_t info;
__BEGIN_DECLS
@@
-53,3
+57,5
@@
int preserve_dir_acls(struct stat *, char *, char *);
int preserve_fd_acls(int, int);
void usage(void);
__END_DECLS
int preserve_fd_acls(int, int);
void usage(void);
__END_DECLS
+
+#endif /* _CP_EXTERN_H_ */