mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Remove unnecessary typedef
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@224403 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2082,7 +2082,7 @@ void ast_safe_fork_cleanup(void)
|
||||
ast_unreplace_sigchld();
|
||||
}
|
||||
|
||||
int ast_app_parse_timelen(const char *timestr, int *result, ast_timelen unit)
|
||||
int ast_app_parse_timelen(const char *timestr, int *result, enum ast_timelen unit)
|
||||
{
|
||||
int res;
|
||||
char u[10];
|
||||
|
Reference in New Issue
Block a user