diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-31 10:11:28 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-31 10:11:28 +0200 |
commit | 156d23df6d0414c254b9f6e7ce18052ac3e71658 (patch) | |
tree | cf68b89c3cff52b8882329e16f68e2fcd7d69885 /src/include/eiotas_spin.h | |
parent | ea2f90e7d0e3a0bda886eeccb11b8d7dbbf0250e (diff) | |
download | edoors-156d23df6d0414c254b9f6e7ce18052ac3e71658.zip edoors-156d23df6d0414c254b9f6e7ce18052ac3e71658.tar.gz |
add const to some function parameters
Diffstat (limited to 'src/include/eiotas_spin.h')
-rw-r--r-- | src/include/eiotas_spin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/eiotas_spin.h b/src/include/eiotas_spin.h index 08742e4..fbe5440 100644 --- a/src/include/eiotas_spin.h +++ b/src/include/eiotas_spin.h @@ -106,7 +106,7 @@ EAPI void eiotas_spin_release_particle(Eiotas_Spin *spin, Eiotas_P * @param system Post to the system fifo us true, otherwise to the application fifo. * */ -EAPI void eiotas_spin_send_particle(Eiotas_Spin *spin, Eiotas_Particle *particle, Eina_Bool system); +EAPI void eiotas_spin_send_particle(Eiotas_Spin *spin, const Eiotas_Particle *particle, Eina_Bool system); /** * @brief Require a @ref Eiotas_Particle from the free list. |