mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 21:21:50 +00:00
6 lines
No EOL
201 B
C
6 lines
No EOL
201 B
C
#pragma once
|
|
#include "../../utils/types.h"
|
|
|
|
int fsact_copy(const char *locin, const char *locout, u8 options);
|
|
int fsact_del_recursive(char *path);
|
|
int fsact_copy_recursive(char *path, char *dstpath); |