Version 0.2.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 23 years ago
parent 2f79ff2ad7
commit c1e73a2736

@ -46,6 +46,7 @@ int ast2rtp(int id);
int rtp2ast(int id);
char *ast2rtpn(int id);
#if defined(__cplusplus) || defined(c_plusplus)
}

@ -81,11 +81,13 @@ struct ast_key {
static struct ast_key *keys = NULL;
#if 0
static int fdprint(int fd, char *s)
{
return write(fd, s, strlen(s) + 1);
}
#endif
static int pw_cb(char *buf, int size, int rwflag, void *userdata)
{
struct ast_key *key = (struct ast_key *)userdata;

Loading…
Cancel
Save