diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-25 18:59:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-25 18:59:20 +0300 |
commit | 1e553c3f7a8d444983ee25c0cefbcb4e00a54305 (patch) | |
tree | 7172fb4ffa226394510a2cd6a89a8ddefcc2cb2f | |
parent | a6fda42d776920b6a4bddbf1cd3451e1a20b3e8d (diff) | |
download | plugin-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.gz plugin-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.bz2 plugin-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.tar.xz plugin-1e553c3f7a8d444983ee25c0cefbcb4e00a54305.zip |
-rw-r--r-- | src/emap/pc.c | 4 | ||||
-rw-r--r-- | src/emap/pc.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index 66aed7b..1898cf2 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -37,8 +37,8 @@ int langScriptId; int mountScriptId; -int epc_readparam_pre(const TBL_PC **sdPtr, - int *type) +int64 epc_readparam_pre(const TBL_PC **sdPtr, + int *type) { if (*type == Const_ClientVersion) { 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, |