Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : proto

Dir     : e17/proto/e_phys/src/lib


Modified Files:
        e_phys_map.c E_Phys.h 


Log Message:
Use the proer namespace for the map function.

===================================================================
RCS file: /cvs/e/e17/proto/e_phys/src/lib/e_phys_map.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_phys_map.c        21 Sep 2006 05:24:58 -0000      1.1
+++ e_phys_map.c        21 Sep 2006 05:37:55 -0000      1.2
@@ -1,6 +1,6 @@
 #include "E_Phys.h"
 
-E_Phys_Particle *particle_map_insert(E_Phys_Particle *head, E_Phys_Particle *p)
+E_Phys_Particle *e_phys_particle_map_insert(E_Phys_Particle *head, 
E_Phys_Particle *p)
 {
         int hd, vd;
         E_Phys_Particle *newhead;
===================================================================
RCS file: /cvs/e/e17/proto/e_phys/src/lib/E_Phys.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- E_Phys.h    21 Sep 2006 05:24:58 -0000      1.4
+++ E_Phys.h    21 Sep 2006 05:37:55 -0000      1.5
@@ -72,7 +72,9 @@
 E_Phys_Constraint_Anchor   *e_phys_constraint_anchor_add(
                               E_Phys_Particle *p, float x, float y);
 
-
+E_Phys_Particle            *e_phys_particle_map_insert(
+                              E_Phys_Particle *head,
+                              E_Phys_Particle *p);
 
 
 



-------------------------------------------------------------------------
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