diff options
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ public: void OnCrossThreadCall(wxCommandEvent& event);
void InsertLine(bool fNew, int nIndex, uint256 hashKey, string strSort, const wxString& str1, const wxString& str2, const wxString& str3, const wxString& str4, const wxString& str5);
+ bool DeleteLine(uint256 hashKey);
void InsertTransaction(const CWalletTx& wtx, bool fNew, int nIndex=-1);
void RefreshListCtrl();
void RefreshStatus();
|