mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-31 20:02:14 +00:00
rawyaml mode
This commit is contained in:
parent
30c05eb266
commit
c57f10316f
6 changed files with 89 additions and 33 deletions
6
yaml.h
6
yaml.h
|
@ -1,4 +1,6 @@
|
|||
extern void yamlout_init(void);
|
||||
extern void yamlout_clean(void);
|
||||
extern void yamlout_writekeys(const char *hostname,const u8 *formated_public,const u8 *formated_secret);
|
||||
extern int yamlin_parseandcreate(FILE *fin,char *sname,const char *hostname);
|
||||
extern void yamlout_writekeys(
|
||||
const char *hostname,const u8 *publickey,const u8 *secretkey,int rawkeys);
|
||||
extern int yamlin_parseandcreate(
|
||||
FILE *fin,char *sname,const char *hostname,int rawkeys);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue