]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Once more pragma fixup
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Apr 2018 06:37:59 +0000 (12:37 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 12 Apr 2018 06:37:59 +0000 (12:37 +0600)
src/modules/proto_vmps/vqp.h

index 446477cb9f5bde9822a2a49f8b4ee8b88fcb9cf1..099fd90b3d65d7cdd960f14e2d1ca692051bb145 100644 (file)
@@ -1,3 +1,4 @@
+#pragma once
 /*
  *   This program is free software; you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License as published by
@@ -13,8 +14,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-#ifndef FR_VQP_H
-#define FR_VQP_H
 
 /**
  * $Id$
@@ -44,5 +43,3 @@ ssize_t vqp_packet_size(uint8_t const *data, size_t data_len);
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* FR_VQP_H */