Make functions static that are only accessed from the same compilation unit
Also removed some declarations for undefined functions.
This commit is contained in:
@@ -554,7 +554,7 @@ typedef struct {
|
||||
/**
|
||||
* Clean up interim data
|
||||
*/
|
||||
void destroy_interim_data(interim_data_t *this)
|
||||
static void destroy_interim_data(interim_data_t *this)
|
||||
{
|
||||
this->id->destroy(this->id);
|
||||
free(this);
|
||||
|
||||
Reference in New Issue
Block a user