Skip to content
Snippets Groups Projects
Commit 4abb46a4 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jni: just use an int instead of enum to keep swig happy

parent cac21162
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
* @param flags Flags to customize this initialization
* @returns 0 if successful or a negative error code
*/
int sflph_init(struct sflph_ev_handlers* ev_handlers, enum sflph_init_flag flags);
int sflph_init(struct sflph_ev_handlers* ev_handlers, int flags);
/**
* Finalizes libsflphone, freeing any resource allocated by the library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment