Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
liblattutil
Commits
64ad8949
Commit
64ad8949
authored
Jul 19, 2021
by
Shawn Webb
Browse files
Make liblattutil.h C++-friendly
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
916e3276
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/liblattutil.h
View file @
64ad8949
...
...
@@ -95,6 +95,10 @@ typedef struct _lattutil_sqlite_query {
bool
lsq_executed
;
}
lattutil_sqlite_query_t
;
#ifdef __cplusplus
extern
"C"
{
#endif
/**
* Find a configuration file in a set of given paths
*
...
...
@@ -419,4 +423,8 @@ ssize_t lattutil_log_stdio_warn(lattutil_log_t *, int,
void
lattutil_log_stdio_close
(
lattutil_log_t
*
);
#endif
/* _lattutil_internal */
#ifdef __cplusplus
}
#endif
#endif
/* !_LIBLATTUTIL_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment