aboutgitcodebugslistschat
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util.h b/util.h
index 073a913..6779f24 100644
--- a/util.h
+++ b/util.h
@@ -3,6 +3,9 @@
* Author: Stefano Brivio <sbrivio@redhat.com>
*/
+#ifndef UTIL_H
+#define UTIL_H
+
void err(const char *format, ...);
void warn(const char *format, ...);
void info(const char *format, ...);
@@ -213,3 +216,5 @@ int ns_enter(struct ctx *c);
void write_pidfile(int fd, pid_t pid);
int __daemon(int pidfile_fd, int devnull_fd);
int fls(unsigned long x);
+
+#endif /* UTIL_H */