summaryrefslogtreecommitdiff
path: root/include/asterisk/channel_pvt.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>1999-12-16 13:44:30 +0000
committerMark Spencer <markster@digium.com>1999-12-16 13:44:30 +0000
commit0ed94773955e5bb7072a863f1a0bba5d69ce7469 (patch)
tree900d9952178c438c1347376241e306e457817f58 /include/asterisk/channel_pvt.h
parentd73d60a57870c27f6910561d7da1909eb985ff7c (diff)
Version 0.1.1 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel_pvt.h')
-rwxr-xr-xinclude/asterisk/channel_pvt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/channel_pvt.h b/include/asterisk/channel_pvt.h
index 6628e9d5f..bd75102e5 100755
--- a/include/asterisk/channel_pvt.h
+++ b/include/asterisk/channel_pvt.h
@@ -3,7 +3,7 @@
*
* Private channel definitions for channel implementations only.
*
- * Copyright (C) 1999, Adtran Inc. and Linux Support Services, LLC
+ * Copyright (C) 1999, Mark Spencer
*
* Mark Spencer <markster@linux-support.net>
*
@@ -40,8 +40,8 @@ struct ast_channel_pvt {
};
/* Create a channel structure */
-struct ast_channel *ast_channel_alloc();
-#define ast_channel_free(a) free(a)
+struct ast_channel *ast_channel_alloc(void);
+void ast_channel_free(struct ast_channel *);
#if defined(__cplusplus) || defined(c_plusplus)
}