mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,6 +46,7 @@ int ast2rtp(int id);
|
|||||||
|
|
||||||
int rtp2ast(int id);
|
int rtp2ast(int id);
|
||||||
|
|
||||||
|
char *ast2rtpn(int id);
|
||||||
|
|
||||||
#if defined(__cplusplus) || defined(c_plusplus)
|
#if defined(__cplusplus) || defined(c_plusplus)
|
||||||
}
|
}
|
||||||
|
@@ -81,11 +81,13 @@ struct ast_key {
|
|||||||
|
|
||||||
static struct ast_key *keys = NULL;
|
static struct ast_key *keys = NULL;
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
static int fdprint(int fd, char *s)
|
static int fdprint(int fd, char *s)
|
||||||
{
|
{
|
||||||
return write(fd, s, strlen(s) + 1);
|
return write(fd, s, strlen(s) + 1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
static int pw_cb(char *buf, int size, int rwflag, void *userdata)
|
static int pw_cb(char *buf, int size, int rwflag, void *userdata)
|
||||||
{
|
{
|
||||||
struct ast_key *key = (struct ast_key *)userdata;
|
struct ast_key *key = (struct ast_key *)userdata;
|
||||||
|
Reference in New Issue
Block a user