fix for two compiler warnings
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 26 Oct 2009 06:31:13 +0000 (23:31 -0700)
committerArun Persaud <arun@nubati.net>
Mon, 26 Oct 2009 06:31:13 +0000 (23:31 -0700)
frontend.h

index 88a3e0d..0e782e1 100644 (file)
@@ -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));