summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/extern-cp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/extern-cp.h')
-rw-r--r--cpukit/libmisc/shell/extern-cp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/shell/extern-cp.h b/cpukit/libmisc/shell/extern-cp.h
index ba6ff9c4de..093b30ff10 100644
--- a/cpukit/libmisc/shell/extern-cp.h
+++ b/cpukit/libmisc/shell/extern-cp.h
@@ -84,7 +84,7 @@ int set_utimes(const char *, struct stat *);
int setfile(rtems_shell_cp_globals* cp_globals, struct stat *, int);
int preserve_dir_acls(struct stat *, char *, char *);
int preserve_fd_acls(int, int);
-void usage();
+void usage(rtems_shell_cp_globals* cp_globals);
__END_DECLS