mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
committed by
John Ferlan
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"
|
||||
|
||||
Reference in New Issue
Block a user