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/kbuild_protection.h

    r2413 r3192  
    2727#define ___kbuild_protection_h
    2828
     29
    2930/**
    3031 * The different protection types.
     
    4748    unsigned int    uMagic;
    4849    unsigned int    cProtectionDepth;
     50    struct KMKBUILTINCTX *pCtx;
    4951    unsigned char   afTypes[KBUILDPROTECTIONTYPE_MAX];
    5052} KBUILDPROTECTION;
     
    5355
    5456
    55 void kBuildProtectionInit(PKBUILDPROTECTION pThis);
     57void kBuildProtectionInit(PKBUILDPROTECTION pThis, struct KMKBUILTINCTX *pCtx);
    5658void kBuildProtectionTerm(PKBUILDPROTECTION pThis);
    5759int  kBuildProtectionScanEnv(PKBUILDPROTECTION pThis, char **papszEnv, const char *pszPrefix);
Note: See TracChangeset for help on using the changeset viewer.