Add support for user-data scripts
This commit is contained in:
parent
73f066699f
commit
155d216845
2 changed files with 78 additions and 9 deletions
|
|
@ -100,9 +100,9 @@ int shell(const char *, ...);
|
|||
int shellout(const char *, char **, const char *, ...);
|
||||
int disable_output(struct system_config *, int);
|
||||
int enable_output(struct system_config *, int, int);
|
||||
char *get_string(u_int8_t *, size_t);
|
||||
char *get_line(u_int8_t *, size_t);
|
||||
char *get_word(u_int8_t *, size_t);
|
||||
char *get_string(const unsigned char *, size_t);
|
||||
char *get_line(const unsigned char *, size_t);
|
||||
char *get_word(const unsigned char *, size_t);
|
||||
int agent_addpubkey(struct system_config *, const char *, const char *);
|
||||
int agent_setpubkey(struct system_config *, const char *, const char *);
|
||||
char *metadata(struct system_config *, const char *, enum strtype);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue