aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-01 03:14:11 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-08-01 03:14:11 +0000
commitb0eca2ad1a04b2065df8695ae69ffe16324a22e4 (patch)
tree7465387af8050fe07b673dafcf44b07f7b75fdaf /include
parentc1413a658d54a624677358053a3c07c914664d9f (diff)
Make sure it's a const
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3557 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index c5268a657..b12121947 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;