about summary refs log tree commit diff
path: root/util.h
diff options
context:
space:
mode:
authorHeikki Kallasjoki <kallasjoki@google.com>2018-11-30 17:50:24 +0000
committerHeikki Kallasjoki <kallasjoki@google.com>2018-11-30 17:50:24 +0000
commit6034e4e8c81d4bba161a2bedea318aa8d314c71e (patch)
treeca44dbd3618ecdeee2bcd2023a3cb19256f8a5ee /util.h
parent25aae24d4b13d08fa2e47634e00d53469dafe787 (diff)
downloadnano-exporter-6034e4e8c81d4bba161a2bedea318aa8d314c71e.tar.gz
nano-exporter-6034e4e8c81d4bba161a2bedea318aa8d314c71e.tar.xz
nano-exporter-6034e4e8c81d4bba161a2bedea318aa8d314c71e.zip
Remove prometheus- prefix from project name.
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/util.h b/util.h
index e1acc35..5ed1e45 100644
--- a/util.h
+++ b/util.h
@@ -1,5 +1,5 @@
-#ifndef PNANOE_UTIL_H_
-#define PNANOE_UTIL_H_ 1
+#ifndef NANO_EXPORTER_UTIL_H_
+#define NANO_EXPORTER_UTIL_H_ 1
 
 #include <stdbool.h>
 #include <stddef.h>
@@ -62,4 +62,4 @@ char *fgets_line(char *s, int size, FILE *stream);
  */
 int write_all(int fd, const void *buf, size_t len);
 
-#endif // PNANOE_UTIL_H_
+#endif // NANO_EXPORTER_UTIL_H_