aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/hyperscan/src/hs_internal.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/hyperscan/src/hs_internal.h
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/hyperscan/src/hs_internal.h')
-rw-r--r--contrib/libs/hyperscan/src/hs_internal.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/hyperscan/src/hs_internal.h b/contrib/libs/hyperscan/src/hs_internal.h
index adf07b22cf..7e23220011 100644
--- a/contrib/libs/hyperscan/src/hs_internal.h
+++ b/contrib/libs/hyperscan/src/hs_internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019, Intel Corporation
+ * Copyright (c) 2019, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -52,17 +52,17 @@ hs_error_t hs_compile_multi_int(const char *const *expressions,
hs_database_t **db,
hs_compile_error_t **comp_error, const Grey &g);
-/** \brief Internal use only: takes a Grey argument so that we can use it in
- * tools. */
-hs_error_t hs_compile_lit_multi_int(const char *const *expressions,
- const unsigned *flags, const unsigned *ids,
- const hs_expr_ext *const *ext,
- const size_t *lens, unsigned elements,
- unsigned mode,
- const hs_platform_info_t *platform,
- hs_database_t **db,
- hs_compile_error_t **comp_error,
- const Grey &g);
+/** \brief Internal use only: takes a Grey argument so that we can use it in
+ * tools. */
+hs_error_t hs_compile_lit_multi_int(const char *const *expressions,
+ const unsigned *flags, const unsigned *ids,
+ const hs_expr_ext *const *ext,
+ const size_t *lens, unsigned elements,
+ unsigned mode,
+ const hs_platform_info_t *platform,
+ hs_database_t **db,
+ hs_compile_error_t **comp_error,
+ const Grey &g);
} // namespace ue2
extern "C"