aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index 4343f09e9..58a65f440 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -73,7 +73,7 @@ struct ast_channel_pvt {
struct ast_channel * (*bridged_channel)(struct ast_channel *chan, struct ast_channel *bridge);
};
-//! Create a channel structure
+/*! Create a channel structure */
/*! Returns NULL on failure to allocate */
struct ast_channel *ast_channel_alloc(int needalertpipe);
@@ -89,7 +89,7 @@ int ast_setstate(struct ast_channel *chan, int state);
void ast_change_name(struct ast_channel *chan, char *newname);
-//! Free a channel structure
+/*! Free a channel structure */
void ast_channel_free(struct ast_channel *);
#if defined(__cplusplus) || defined(c_plusplus)