diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-31 16:32:49 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-31 16:32:49 +0200 |
commit | 077ff168797372806491b9913d5114873820f35e (patch) | |
tree | 5701958a90827164faf5c8926558771c53c8bcdf /src/include/eiotas_particle.h | |
parent | 156d23df6d0414c254b9f6e7ce18052ac3e71658 (diff) | |
download | edoors-077ff168797372806491b9913d5114873820f35e.zip edoors-077ff168797372806491b9913d5114873820f35e.tar.gz |
eiotas_particle_add_destinations->eiotas_particle_destinations_add
Diffstat (limited to 'src/include/eiotas_particle.h')
-rw-r--r-- | src/include/eiotas_particle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/eiotas_particle.h b/src/include/eiotas_particle.h index 388ef66..e6fdedf 100644 --- a/src/include/eiotas_particle.h +++ b/src/include/eiotas_particle.h @@ -104,7 +104,7 @@ EAPI void eiotas_particle_merge(Eiotas_Particle *particle, const Eiotas_Particle * * This function will append each destination found to the destination list of the @ref Eiotas_Particle. */ -EAPI void eiotas_particle_add_destinations(Eiotas_Particle *particle, const char* destinations); +EAPI void eiotas_particle_destinations_add(Eiotas_Particle *particle, const char *destinations); /** * @} |