Version 0.3.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@555 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-11-27 05:04:07 +00:00
parent 9bc09cd23c
commit 55dc769bc3
60 changed files with 25231 additions and 2 deletions

View File

@@ -77,6 +77,9 @@ extern int ast_cli_unregister(struct ast_cli_entry *e);
*/
extern char *ast_cli_generator(char *, char *, int);
extern int ast_cli_generatornummatches(char *, char *);
extern char **ast_cli_completion_matches(char *, char *);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif

View File

@@ -123,6 +123,8 @@ extern int ast_hide_password(int fd);
*/
extern int ast_restore_tty(int fd, int oldstatus);
extern int ast_get_termcols(int fd);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif