From: Mark McLoughlin Date: Thu, 15 Feb 2007 19:04:45 +0000 (+0000) Subject: Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin X-Git-Tag: LIBVIRT_0_2_1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7902317a4f4ab1436ed309aa3edcd4544c457ccf;p=thirdparty%2Flibvirt.git Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin * qemud/conf.h: move qemudFreeVMDef() down a bit --- diff --git a/ChangeLog b/ChangeLog index b0aa9d566e..f08a075f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 15 19:04:10 IST 2007 Mark McLoughlin + + * qemud/conf.h: move qemudFreeVMDef() down a bit + Thu Feb 15 16:00:05 IST 2007 Mark McLoughlin * qemud/bridge.c: don't output bridge parameters if they diff --git a/qemud/conf.h b/qemud/conf.h index 81bb682e52..998da174b9 100644 --- a/qemud/conf.h +++ b/qemud/conf.h @@ -30,12 +30,12 @@ int qemudBuildCommandLine(struct qemud_server *server, struct qemud_vm *vm, char ***argv); -void qemudFreeVMDef(struct qemud_vm_def *vm); int qemudScanConfigs(struct qemud_server *server); int qemudDeleteConfig(struct qemud_server *server, const char *configFile, const char *name); +void qemudFreeVMDef(struct qemud_vm_def *vm); void qemudFreeVM(struct qemud_vm *vm); struct qemud_vm *qemudLoadConfigXML(struct qemud_server *server, const char *file,