diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 6 |
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_ |