Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        sound_esd.c 


Log Message:
Add missing external declaration.

===================================================================
RCS file: /cvs/e/e16/e/src/sound_esd.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- sound_esd.c 23 Aug 2007 18:48:21 -0000      1.1
+++ sound_esd.c 28 Aug 2007 21:54:00 -0000      1.2
@@ -162,6 +162,7 @@
    sound_fd = -1;
 }
 
+extern const SoundOps SoundOps_esd;
 const SoundOps      SoundOps_esd = {
    _esd_Init, _esd_Exit, _esd_Load, _esd_Destroy, _esd_Play,
 };



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to