FS-7500: move function to core

This commit is contained in:
Anthony Minessale
2015-02-06 11:41:15 -06:00
committed by Michael Jerris
parent 8f00bd1173
commit e14ad07a26
3 changed files with 57 additions and 54 deletions
+1
View File
@@ -176,6 +176,7 @@ SWITCH_DECLARE(void) switch_img_flip(switch_image_t *img);
*/
SWITCH_DECLARE(void) switch_img_free(switch_image_t **img);
SWITCH_DECLARE(void) switch_img_add_text(void *buffer, int w, int x, int y, char *s);
/** @} */