]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
we modified abi, so lets be explicit
authorMichael Jerris <mike@jerris.com>
Fri, 1 Oct 2010 16:43:43 +0000 (12:43 -0400)
committerMichael Jerris <mike@jerris.com>
Fri, 1 Oct 2010 16:43:43 +0000 (12:43 -0400)
src/include/switch_types.h

index 57c5661c7cda27211df0ace3a15f67ef3f059f59..c7d7b0a7ec8c3e13f33f465e5c5f055df82b9724 100644 (file)
@@ -1716,7 +1716,7 @@ struct switch_network_list;
 typedef struct switch_network_list switch_network_list_t;
 
 
-#define SWITCH_API_VERSION 4
+#define SWITCH_API_VERSION 5
 #define SWITCH_MODULE_LOAD_ARGS (switch_loadable_module_interface_t **module_interface, switch_memory_pool_t *pool)
 #define SWITCH_MODULE_RUNTIME_ARGS (void)
 #define SWITCH_MODULE_SHUTDOWN_ARGS (void)