summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/src/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TrafficCounter/src/statistics.h')
-rw-r--r--plugins/TrafficCounter/src/statistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/statistics.h b/plugins/TrafficCounter/src/statistics.h
index 2fcff8520b..17b7d5c4e3 100644
--- a/plugins/TrafficCounter/src/statistics.h
+++ b/plugins/TrafficCounter/src/statistics.h
@@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define STAT_UNITS_MB 2
#define STAT_UNITS_ADAPTIVE 3
-BOOL CALLBACK DlgProcOptStatistics(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcOptStatistics(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
void Stat_ReadFile(BYTE);
void Stat_Show(HWND);
void Stat_UpdateTotalTraffic(HWND, DWORD, DWORD);