util: Move virSecretUsageType to virsecret.h

Move the virSecretUsageType into the util.
This commit is contained in:
John Ferlan
2017-09-15 14:55:46 -04:00
parent a74a16320b
commit 2dd024754e
8 changed files with 10 additions and 7 deletions

View File

@@ -32,9 +32,9 @@
#include "viralloc.h"
#include "virfile.h"
#include "virutil.h"
#include "virsecret.h"
#include "virstring.h"
#include "virtime.h"
#include "conf/secret_conf.h"
static virSecretPtr
virshCommandOptSecret(vshControl *ctl, const vshCmd *cmd, const char **name)