Normalize C/C++ include guards
[babeltrace.git] / src / param-parse / param-parse.h
index 8ca0e3eb4b1da8da582bd4979396fd8fe63cc1b3..d53b4177cba4ee5805ec2e4f9e6d6938ce98d05f 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright 2016-2019 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef SRC_PARAMS_PARSE_VALUE_PARSE_H
-#define SRC_PARAMS_PARSE_VALUE_PARSE_H
+#ifndef BABELTRACE_PARAM_PARSE_PARAM_PARSE_H
+#define BABELTRACE_PARAM_PARSE_PARAM_PARSE_H
 
 #include <babeltrace2/babeltrace.h>
 
@@ -15,4 +15,4 @@
 
 bt_value *bt_param_parse(const char *arg, GString *ini_error);
 
-#endif /* SRC_VALUE_PARSE_VALUE_PARSE_H */
+#endif /* BABELTRACE_PARAM_PARSE_PARAM_PARSE_H */
This page took 0.023532 seconds and 4 git commands to generate.