Cleanups.

This commit is contained in:
Dave Davenport
2015-02-04 09:37:34 +01:00
parent 63fd534ba2
commit d9aef65ea7
5 changed files with 49 additions and 53 deletions

View File

@@ -38,5 +38,5 @@ ScriptOptions *script_switcher_parse_setup ( const char *str );
*
* Free the ScriptOptions block.
*/
void script_switcher_free_options ( ScriptOptions *sw );
void script_switcher_free_options ( void *data );
#endif