epg: rename epggrab_ota_done_() to epggrab_ota_shutdown()
This commit is contained in:
parent
db3fed53b8
commit
9e69054a04
3 changed files with 3 additions and 3 deletions
|
@ -429,6 +429,6 @@ void epggrab_done ( void )
|
|||
free(mod);
|
||||
}
|
||||
pthread_mutex_unlock(&global_lock);
|
||||
epggrab_ota_done_();
|
||||
epggrab_ota_shutdown();
|
||||
opentv_done();
|
||||
}
|
||||
|
|
|
@ -267,7 +267,7 @@ void epggrab_init ( void );
|
|||
void epggrab_done ( void );
|
||||
void epggrab_save ( void );
|
||||
void epggrab_ota_init ( void );
|
||||
void epggrab_ota_done_ ( void );
|
||||
void epggrab_ota_shutdown ( void );
|
||||
|
||||
/* **************************************************************************
|
||||
* Global Functions
|
||||
|
|
|
@ -480,7 +480,7 @@ epggrab_ota_free ( epggrab_ota_mux_t *ota )
|
|||
}
|
||||
|
||||
void
|
||||
epggrab_ota_done_ ( void )
|
||||
epggrab_ota_shutdown ( void )
|
||||
{
|
||||
epggrab_ota_mux_t *ota;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue