]> Git Repo - qemu.git/blobdiff - include/authz/base.h
util: Add qemu_guest_getrandom and associated routines
[qemu.git] / include / authz / base.h
index 55ac9581ad97ef0cf3f4113f9a74b217386be52c..14a59a0425893d2d3ccb1302caf27f2d80148d1a 100644 (file)
@@ -18,8 +18,8 @@
  *
  */
 
-#ifndef QAUTHZ_BASE_H__
-#define QAUTHZ_BASE_H__
+#ifndef QAUTHZ_BASE_H
+#define QAUTHZ_BASE_H
 
 #include "qemu-common.h"
 #include "qapi/error.h"
@@ -108,5 +108,4 @@ bool qauthz_is_allowed_by_id(const char *authzid,
                              const char *identity,
                              Error **errp);
 
-#endif /* QAUTHZ_BASE_H__ */
-
+#endif /* QAUTHZ_BASE_H */
This page took 0.023881 seconds and 4 git commands to generate.