aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-04 03:18:12 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-04 03:18:12 +0000
commitec85d0702c281e4628675c72bc6fb070a58cd408 (patch)
tree61dbee5a26c4547f04f4e607ccf71658d0985099 /include
parent4041ad942c94f50409842edba39db82fc3c4566d (diff)
Remove old unused functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41974 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/frame.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 4cc0cd576..dc8884cfa 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -386,28 +386,6 @@ struct ast_frame *ast_frisolate(struct ast_frame *fr);
*/
struct ast_frame *ast_frdup(const struct ast_frame *fr);
-/*! \brief Reads a frame from an fd
- * Read a frame from a stream or packet fd, as written by fd_write
- * \param fd an opened fd to read from
- * \return returns a frame on success, NULL on error
- */
-struct ast_frame *ast_fr_fdread(int fd);
-
-/*! Writes a frame to an fd
- * Write a frame to an fd
- * \param fd Which fd to write to
- * \param frame frame to write to the fd
- * \return Returns 0 on success, -1 on failure
- */
-int ast_fr_fdwrite(int fd, struct ast_frame *frame);
-
-/*! \brief Sends a hangup to an fd
- * Send a hangup (NULL equivalent) on an fd
- * \param fd fd to write to
- * \return Returns 0 on success, -1 on failure
- */
-int ast_fr_fdhangup(int fd);
-
void ast_swapcopy_samples(void *dst, const void *src, int samples);
/* Helpers for byteswapping native samples to/from