diff options
-rw-r--r-- | src/cp.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ struct dir_attr struct dir_attr *next; }; +int stat (); +int lstat (); + char *dirname (); char *xstrdup (); enum backup_type get_version (); |
index : Erich/coreutils | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/cp.c | 3 |
@@ -42,6 +42,9 @@ struct dir_attr struct dir_attr *next; }; +int stat (); +int lstat (); + char *dirname (); char *xstrdup (); enum backup_type get_version (); |