17 lines
408 B
C
17 lines
408 B
C
#ifndef DEPLOYER_DEPLOY_H_
|
|
#define DEPLOYER_DEPLOY_H_
|
|
|
|
#include "conf.h"
|
|
|
|
#include "def.h"
|
|
#include "stages.h"
|
|
#include "metadata.h"
|
|
|
|
int sh_run_deploy(bool force_unlock,
|
|
const char *subcommand,
|
|
const char *buf,
|
|
const sh_Metadata *metadata,
|
|
const sh_PtrRange *sysadm,
|
|
uint8_t stages);
|
|
|
|
#endif /* DEPLOYER_DEPLOY_H_ */
|