aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libevent/strlcpy-internal.h
diff options
context:
space:
mode:
authordldmitry <dldmitry@yandex-team.ru>2022-02-10 16:47:17 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:17 +0300
commit10129030876638368b8965c627671fe44be079bc (patch)
tree681c849a324535feff6f07677873c9ffc4c51520 /contrib/libs/libevent/strlcpy-internal.h
parent5c1eb9f48fd0ac41fd72519a8284ded6f0358f6f (diff)
downloadydb-10129030876638368b8965c627671fe44be079bc.tar.gz
Restoring authorship annotation for <dldmitry@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libevent/strlcpy-internal.h')
-rw-r--r--contrib/libs/libevent/strlcpy-internal.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/contrib/libs/libevent/strlcpy-internal.h b/contrib/libs/libevent/strlcpy-internal.h
index 4151d601d0..0edb7876bb 100644
--- a/contrib/libs/libevent/strlcpy-internal.h
+++ b/contrib/libs/libevent/strlcpy-internal.h
@@ -1,24 +1,24 @@
#ifndef STRLCPY_INTERNAL_H_INCLUDED_
#define STRLCPY_INTERNAL_H_INCLUDED_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include "event2/event-config.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "event2/event-config.h"
#include "event2/visibility.h"
#include "evconfig-private.h"
-
+
#ifndef EVENT__HAVE_STRLCPY
-#include <string.h>
+#include <string.h>
EVENT2_EXPORT_SYMBOL
size_t event_strlcpy_(char *dst, const char *src, size_t siz);
#define strlcpy event_strlcpy_
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+