aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-04-26 18:08:59 +0200
committerRiccardo Spagni <ric@spagni.net>2016-04-26 18:08:59 +0200
commitcde9dce9c4ebd1b8e3ee114dea61a0e22107b21b (patch)
treeef361e5d2e72253252822d0cdee2269213f0226b /src/simplewallet/simplewallet.h
parentMerge pull request #815 (diff)
parentsimplewallet: some background refresh threading fixes (diff)
downloadmonero-cde9dce9c4ebd1b8e3ee114dea61a0e22107b21b.tar.xz
Merge pull request #817
4b1c0d6 simplewallet: some background refresh threading fixes (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index b825f71df..c9b25259c 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -114,6 +114,7 @@ namespace cryptonote
bool stop_mining(const std::vector<std::string> &args);
bool save_bc(const std::vector<std::string>& args);
bool refresh(const std::vector<std::string> &args);
+ bool show_balance_unlocked();
bool show_balance(const std::vector<std::string> &args = std::vector<std::string>());
bool show_incoming_transfers(const std::vector<std::string> &args);
bool show_payments(const std::vector<std::string> &args);