diff options
Diffstat (limited to 'include/my-account-view.h')
-rwxr-xr-x | include/my-account-view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/my-account-view.h b/include/my-account-view.h index 5ab4693..f1998ec 100755 --- a/include/my-account-view.h +++ b/include/my-account-view.h @@ -64,10 +64,9 @@ typedef struct { bool _myaccount_view_main_create(void *data); int _myaccount_get_accounts_total_count(void); -int previous_cnt; +extern int previous_cnt; #ifdef __cplusplus } #endif #endif /*__MY_ACCOUNT_VIEW_H__*/ - |