Ignore:
Timestamp:
Mar 26, 2018, 10:25:56 PM (7 years ago)
Author:
bird
Message:

kmkbuiltin: funnel output thru output.c (usually via err.c).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/cp_extern.h

    r3107 r3192  
    5555extern volatile sig_atomic_t info;
    5656
    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);
     57int     copy_fifo(PKMKBUILTINCTX pCtx, struct stat *, int);
     58int     copy_file(PKMKBUILTINCTX pCtx, const FTSENT *, int, int, int *);
     59int     copy_link(PKMKBUILTINCTX pCtx, const FTSENT *, int);
     60int     copy_special(PKMKBUILTINCTX pCtx, struct stat *, int);
     61int     setfile(PKMKBUILTINCTX pCtx, struct stat *, int);
Note: See TracChangeset for help on using the changeset viewer.