From 4f8ed32c9141a6c42433cfa1f962e2dd891d3da0 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Tue, 26 Dec 2006 00:46:11 +0000 Subject: [PATCH] Fixed ExternUtil function declaration --- golded3/geprot.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/golded3/geprot.h b/golded3/geprot.h index dff54cb..03bd810 100644 --- a/golded3/geprot.h +++ b/golded3/geprot.h @@ -357,7 +357,7 @@ void NextArea(); void PrevArea(); void Reader(); void UpdateArea(GMsg* msg); -int ExternUtil(GMsg* msg, uint32_t utilno); +int ExternUtil(GMsg* msg, int utilno); void ExternUtilMenu(GMsg* msg); void ReadPeekURLs(GMsg* msg); uint next_msg(int direction); @@ -545,4 +545,3 @@ void RemoveHTML(char *&txt); #endif // ------------------------------------------------------------------ -