From db47508e69470712a51f6fd2e06348a0c1de615c Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 25 Oct 2009 23:31:13 -0700 Subject: [PATCH] fix for two compiler warnings --- frontend.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/frontend.h b/frontend.h index 88a3e0d..0e782e1 100644 --- a/frontend.h +++ b/frontend.h @@ -88,6 +88,8 @@ void NotifyFrontendLogin P((void)); void CommentPopUp P((String title, String comment)); void CommentPopDown P((void)); void EditCommentPopUp P((int index, String title, String text)); +void ErrorPopDown P((void)); +int EventToSquare P((int x, int limit)); void RingBell P((void)); void PlayIcsWinSound P((void)); -- 1.7.0.4