diff options
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r-- | src/emap/pc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index 4db15dd..b758852 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -9,8 +9,8 @@ enum VarConst Const_ClientVersion = 10000 }; -int epc_readparam_pre(const TBL_PC **sdPtr, - int *type); +int64 epc_readparam_pre(const TBL_PC **sdPtr, + int *type); int epc_setregistry_pre(TBL_PC **sdPtr, int64 *reg, |