Index: src/vortex_channel.c =================================================================== --- src/vortex_channel.c (revision 3146) +++ src/vortex_channel.c (working copy) @@ -1016,7 +1016,7 @@ */ VortexChannel * vortex_channel_new (VortexConnection * connection, int channel_num, - char * profile, + const char * profile, VortexOnCloseChannel close, axlPointer close_user_data, VortexOnFrameReceived received, Index: src/vortex_channel.h =================================================================== --- src/vortex_channel.h (revision 3146) +++ src/vortex_channel.h (working copy) @@ -42,7 +42,7 @@ VortexChannel * vortex_channel_new (VortexConnection * connection, int channel_num, - char * profile, + const char * profile, VortexOnCloseChannel close, axlPointer close_user_data, VortexOnFrameReceived received,