diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-08 15:22:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-07-08 15:22:05 +0100 |
commit | c271eb36656a4ff88a9c8c1d59934949260275a3 (patch) | |
tree | 3dd586e38b5b37cfebc7c12b6ff6f434904167c7 /src/libutil/ref.h | |
parent | b266445f47dec06392a7e058f499325fa3c052b9 (diff) | |
download | rspamd-c271eb36656a4ff88a9c8c1d59934949260275a3.tar.gz rspamd-c271eb36656a4ff88a9c8c1d59934949260275a3.zip |
[Rework] Add C++ guards to all headers
Diffstat (limited to 'src/libutil/ref.h')
-rw-r--r-- | src/libutil/ref.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/ref.h b/src/libutil/ref.h index 1e2fc30b5..99498ac31 100644 --- a/src/libutil/ref.h +++ b/src/libutil/ref.h @@ -19,6 +19,8 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif + + /** * @file ref.h * A set of macros to handle refcounts |