projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b3ab3
)
Make sure it's a const
author
Mark Spencer
<markster@digium.com>
Sun, 1 Aug 2004 03:14:11 +0000
(
03:14
+0000)
committer
Mark Spencer
<markster@digium.com>
Sun, 1 Aug 2004 03:14:11 +0000
(
03:14
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3557
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/channel.h
patch
|
blob
|
history
diff --git
a/include/asterisk/channel.h
b/include/asterisk/channel.h
index
c5268a6
..
b121219
100755
(executable)
--- 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;