Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_main.c e_mod_types.h 


Log Message:
Make function declarations public.

===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- e_mod_main.c        3 Feb 2007 19:54:12 -0000       1.61
+++ e_mod_main.c        15 Mar 2007 13:23:59 -0000      1.62
@@ -25,10 +25,6 @@
 static char            *_gc_label    (void);
 static Evas_Object     *_gc_icon     (Evas * evas);
 
-void mixer_vol_increase (Instance *inst);
-void mixer_vol_decrease (Instance *inst);
-void mixer_mute_toggle  (Instance *inst);
-
 /* Module Protos */
 static void         _mixer_simple_volume_change (Mixer *mixer, Config_Item 
*ci, double val);
 static void         _mixer_volume_change        (Mixer *mixer, Config_Item 
*ci, int channel_id, double val);
===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_types.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_types.h       11 Nov 2006 19:58:58 -0000      1.10
+++ e_mod_types.h       15 Mar 2007 13:23:59 -0000      1.11
@@ -107,4 +107,8 @@
      ONEFANG_MODE
 };
 
+void mixer_vol_increase (Instance *inst);
+void mixer_vol_decrease (Instance *inst);
+void mixer_mute_toggle  (Instance *inst);
+
 #endif



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to