mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-17 01:47:50 -08:00
Initial version
This commit is contained in:
12
commands.hpp
Normal file
12
commands.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _COMMANDS_H
|
||||
#define _COMMANDS_H
|
||||
|
||||
|
||||
void clean (const char* keyfile);
|
||||
void smudge (const char* keyfile);
|
||||
void diff (const char* keyfile, const char* filename);
|
||||
void init (const char* argv0, const char* keyfile);
|
||||
void keygen (const char* keyfile);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user