Update of /cvsroot/alsa/alsa-lib/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv842/src

Modified Files:
        Versions error.c 
Log Message:
Added snd_asoundlib_version()

Index: Versions
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/Versions,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Versions    6 Apr 2004 17:29:26 -0000       1.18
+++ Versions    19 Apr 2004 15:12:33 -0000      1.19
@@ -156,6 +156,7 @@
 ALSA_1.0.5 {
   global:
 
+    snd_asoundlib_version;
     snd_timer_params_set_early_event;
     snd_timer_params_get_early_event;
 } ALSA_1.0.4;

Index: error.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/error.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- error.c     23 Jul 2002 19:51:17 -0000      1.17
+++ error.c     19 Apr 2004 15:12:33 -0000      1.18
@@ -102,3 +102,12 @@
        snd_lib_error = handler == NULL ? snd_lib_error_default : handler;
        return 0;
 }
+
+/**
+ * \brief Returns the ALSA sound library version in ASCII format
+ * \return The ASCII description of the used ALSA sound library.
+ */
+const char *snd_asoundlib_version(void)
+{
+       return SND_LIB_VERSION_STR;
+}



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to