Changeset 3192 for trunk/src/kmk/kmkbuiltin/kbuild_protection.h
- Timestamp:
- Mar 26, 2018, 10:25:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/kbuild_protection.h
r2413 r3192 27 27 #define ___kbuild_protection_h 28 28 29 29 30 /** 30 31 * The different protection types. … … 47 48 unsigned int uMagic; 48 49 unsigned int cProtectionDepth; 50 struct KMKBUILTINCTX *pCtx; 49 51 unsigned char afTypes[KBUILDPROTECTIONTYPE_MAX]; 50 52 } KBUILDPROTECTION; … … 53 55 54 56 55 void kBuildProtectionInit(PKBUILDPROTECTION pThis );57 void kBuildProtectionInit(PKBUILDPROTECTION pThis, struct KMKBUILTINCTX *pCtx); 56 58 void kBuildProtectionTerm(PKBUILDPROTECTION pThis); 57 59 int kBuildProtectionScanEnv(PKBUILDPROTECTION pThis, char **papszEnv, const char *pszPrefix);
Note:
See TracChangeset
for help on using the changeset viewer.