constification for switch_core_hash_find and switch_event_create_subclass

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4251 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-02-14 03:22:43 +00:00
parent a7cf447f93
commit 258e28dd11
4 changed files with 4 additions and 4 deletions

View File

@@ -423,7 +423,7 @@ SWITCH_DECLARE(switch_status_t) switch_event_init(switch_memory_pool_t *pool)
SWITCH_DECLARE(switch_status_t) switch_event_create_subclass(switch_event_t **event,
switch_event_types_t event_id,
char *subclass_name)
const char *subclass_name)
{
if (event_id != SWITCH_EVENT_CUSTOM && subclass_name) {