Update of /cvsroot/alsa/alsa-lib/src/timer
In directory sc8-pr-cvs1:/tmp/cvs-serv11652
Modified Files:
timer_query.c
Log Message:
Fixed compilation problem
Index: timer_query.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/timer/timer_query.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- timer_query.c 4 Mar 2003 20:01:10 -0000 1.10
+++ timer_query.c 5 Mar 2003 12:31:04 -0000 1.11
@@ -262,7 +262,11 @@
* \param status timer status
* \return 0 on success otherwise a negative error code
*/
+#ifndef DOXYGEN
+int INTERNAL(snd_timer_query_status)(snd_timer_query_t *timer, snd_timer_gstatus_t
*status)
+#else
int snd_timer_query_status(snd_timer_query_t *timer, snd_timer_gstatus_t *status)
+#endif
{
assert(timer);
assert(status);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog