summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-24 15:11:44 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-24 15:11:44 (GMT)
commit33c30f42fe29fe01d767072bbe076979eb7284b5 (patch)
treee6def6d62c120d6071e7227c49e89e0e58ff8f30
parent2210cc86054ecb222af457fdede9c8ac44891d5e (diff)
downloadTASS-33c30f42fe29fe01d767072bbe076979eb7284b5.zip
TASS-33c30f42fe29fe01d767072bbe076979eb7284b5.tar.gz
TASS-33c30f42fe29fe01d767072bbe076979eb7284b5.tar.bz2
Function is now a macro proc.
-rw-r--r--Graphic_Equalizer/include/eventhandler.hch2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/eventhandler.hch b/Graphic_Equalizer/include/eventhandler.hch
index 772e686..53e6f63 100644
--- a/Graphic_Equalizer/include/eventhandler.hch
+++ b/Graphic_Equalizer/include/eventhandler.hch
@@ -27,7 +27,7 @@
* to store actions to be performed and a mousedata pointer so that we know on
* what mousestate to respond. We never returns!
*/
-void eventhandler_main(audiodata_t *audiodata, events_t *events, mousedata_t *mousedata);
+macro proc eventhandler_main(audiodata, events, mousedata);
#else
#error "ERROR file eventhandler.hch multiple times included"