mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-12 15:06:42 +00:00
4 lines
73 B
C
4 lines
73 B
C
|
#pragma once
|
||
|
#include "../err.h"
|
||
|
|
||
|
ErrCode_t saveCommit(const char *path);
|