projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c56cf06
)
fix for two compiler warnings
author
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 26 Oct 2009 06:31:13 +0000 (23:31 -0700)
committer
Arun Persaud
<arun@nubati.net>
Mon, 26 Oct 2009 06:31:13 +0000 (23:31 -0700)
frontend.h
patch
|
blob
|
history
diff --git
a/frontend.h
b/frontend.h
index
88a3e0d
..
0e782e1
100644
(file)
--- 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));