From: Mark Spencer Date: Sun, 1 Aug 2004 03:14:11 +0000 (+0000) Subject: Make sure it's a const X-Git-Tag: 1.0.0-rc2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b240128ed40eaf1a7f9a2019ac5b4a06cf2294cb;p=thirdparty%2Fasterisk.git Make sure it's a const git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3557 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index c5268a657f..b12121947e 100755 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -100,7 +100,7 @@ struct ast_channel { /*! Lock, can be used to lock a channel for some operations */ ast_mutex_t lock; /*! Procedure causing blocking */ - char *blockproc; + const char *blockproc; /*! Current application */ char *appl;