winprefs v0.3.2
A registry exporter for programmers.
Loading...
Searching...
No Matches
git.h
Go to the documentation of this file.
1
2#ifndef GIT_H
3#define GIT_H
4
5bool git_commit(const wchar_t *output_dir, const wchar_t *deploy_key);
6
7#endif // GIT_H