summaryrefslogtreecommitdiff
path: root/src/bin/e_alert.c
diff options
context:
space:
mode:
authorsebastid <sebastid>2006-01-07 10:39:46 +0000
committersebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2006-01-07 10:39:46 +0000
commit6a638a78060d75820d7550c47cc9e28ed5814156 (patch)
tree38ee5c3a3d7a10811b96bff9f385676530a53ef2 /src/bin/e_alert.c
parentd3c1a4a4a094c99bf785ef339ea3bd74c13a5008 (diff)
downloadenlightenment-6a638a78060d75820d7550c47cc9e28ed5814156.tar.gz
Fix EAPI warnings.
SVN revision: 19597
Diffstat (limited to 'src/bin/e_alert.c')
-rw-r--r--src/bin/e_alert.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c
index 62fb21194d..0f2b3e3aeb 100644
--- a/src/bin/e_alert.c
+++ b/src/bin/e_alert.c
@@ -24,7 +24,7 @@ static Window win = 0, b1 = 0, b2 = 0, b3 = 0;
static int ww = 600, hh = 440;
/* externally accessible functions */
-int
+EAPI int
e_alert_init(const char *disp)
{
XGCValues gcv;
@@ -72,7 +72,7 @@ e_alert_init(const char *disp)
return 1;
}
-int
+EAPI int
e_alert_shutdown(void)
{
XDestroyWindow(dd, win);
@@ -90,7 +90,7 @@ e_alert_shutdown(void)
return 1;
}
-void
+EAPI void
e_alert_show(const char *text)
{
int w, i, j, k;