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:
Mark Spencer
2002-07-31 02:18:29 +00:00
parent 2f79ff2ad7
commit c1e73a2736
2 changed files with 4 additions and 1 deletions

View File

@@ -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;