summaryrefslogtreecommitdiff
path: root/wownero_libwallet2_api_c/src
diff options
context:
space:
mode:
Diffstat (limited to 'wownero_libwallet2_api_c/src')
-rw-r--r--wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h
index b028105..48b4a02 100644
--- a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h
+++ b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h
@@ -1006,7 +1006,7 @@ extern ADDAPI uint64_t WOWNERO_cw_WalletListener_height(void* cw_walletListener_
// legacy
-extern ADDAPI void* WOWNERO_deprecated_restore14WordSeed(char *path, char *password, char *language, int32_t networkType);
+extern ADDAPI void* WOWNERO_deprecated_restore14WordSeed(char *path, char *password, char *seed, int32_t networkType);
extern ADDAPI void* WOWNERO_deprecated_create14WordSeed(char *path, char *password, char *language, int32_t networkType);
extern ADDAPI uint64_t WOWNERO_deprecated_14WordSeedHeight(char *seed);
#ifdef __cplusplus