mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 18:03:50 +03:00
rpc: Fix name of include guard
The include guard should match the file name and comment. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
6ec39eddf7
commit
648308a287
@ -21,8 +21,8 @@
|
||||
* Author: Daniel P. Berrange <berrange@redhat.com>
|
||||
*/
|
||||
|
||||
#ifndef __VIR_NET_PROGRAM_H__
|
||||
# define __VIR_NET_PROGRAM_H__
|
||||
#ifndef __VIR_NET_SERVER_PROGRAM_H__
|
||||
# define __VIR_NET_SERVER_PROGRAM_H__
|
||||
|
||||
# include "virnetmessage.h"
|
||||
# include "virnetserverclient.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user