Changeset 3192 for trunk/src/kmk/kmkbuiltin/cp_extern.h
- Timestamp:
- Mar 26, 2018, 10:25:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/cp_extern.h
r3107 r3192 55 55 extern volatile sig_atomic_t info; 56 56 57 int copy_fifo( struct stat *, int);58 int copy_file( const FTSENT *, int, int, int *);59 int copy_link( const FTSENT *, int);60 int copy_special( struct stat *, int);61 int setfile( struct stat *, int);57 int copy_fifo(PKMKBUILTINCTX pCtx, struct stat *, int); 58 int copy_file(PKMKBUILTINCTX pCtx, const FTSENT *, int, int, int *); 59 int copy_link(PKMKBUILTINCTX pCtx, const FTSENT *, int); 60 int copy_special(PKMKBUILTINCTX pCtx, struct stat *, int); 61 int setfile(PKMKBUILTINCTX pCtx, struct stat *, int);
Note:
See TracChangeset
for help on using the changeset viewer.