target_root: Function should be static

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2020-04-17 15:20:10 -07:00
parent 5b2773455f
commit 84432107d4
+1 -1
View File
@@ -64,7 +64,7 @@ static int create_staging_renamedir(char *rename_tmpdir)
//TODO: "stage_single_file is currently not able to be run in parallel"
/* Consider adding a remove_leftovers() that runs in verify/fix in order to
* allow this function to mkdtemp create folders for parallel build */
enum swupd_code stage_single_file(struct file *file, struct manifest *mom)
static enum swupd_code stage_single_file(struct file *file, struct manifest *mom)
{
char *statfile = NULL;
char *dir, *base;