diff options
author | gumi <git@gumi.ca> | 2019-08-17 21:34:34 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-04-25 14:55:36 -0400 |
commit | db2fa04439ded43b55ca2e7fdc3509ac2041c9fd (patch) | |
tree | 7e3eb6233b25ecdf861c87ecd0ad14e328105c22 /src/emap/pc.h | |
parent | 9e88b3b422781630a18c13e40cda1c5ea7c111e8 (diff) | |
download | plugin-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.gz plugin-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.bz2 plugin-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.tar.xz plugin-db2fa04439ded43b55ca2e7fdc3509ac2041c9fd.zip |
add full support for non-binary gender
Diffstat (limited to 'src/emap/pc.h')
-rw-r--r-- | src/emap/pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emap/pc.h b/src/emap/pc.h index d5c59bf..db1a912 100644 --- a/src/emap/pc.h +++ b/src/emap/pc.h @@ -12,6 +12,10 @@ enum VarConst int64 epc_readparam_pre(const TBL_PC **sdPtr, int *type); +int epc_setparam_pre(TBL_PC **sdPtr, + int *type, + int64 *val); + int epc_setregistry_pre(TBL_PC **sdPtr, int64 *reg, int *val); |