]> rtime.felk.cvut.cz Git - frescor/frsh-include.git/blobdiff - eat.h
Adding FRSH_CPP_BEGIN|END_DECLS to public .h files
[frescor/frsh-include.git] / eat.h
diff --git a/eat.h b/eat.h
index c7795d5e04be72cb58e9e45d4f76f85b107c5791..00ed323ae4f002416ba4c7ea2736040ffdd8e3e8 100644 (file)
--- a/eat.h
+++ b/eat.h
 #ifndef _EAT_H
 #define _EAT_H
 
+
 #include <time.h>
+#include <frsh_cpp_macros.h>
 
+FRSH_CPP_BEGIN_DECLS
 /**
  * @file eat.h
  **/
 
 extern void inline eat(const struct timespec *cpu_time);
 
+FRSH_CPP_END_DECLS
+
 #endif