mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Rename bro_version and BRO_PLUGIN_BRO_VERSION to zeek names
This commit is contained in:
parent
25c63ed7ab
commit
a9328b5c44
3 changed files with 79 additions and 7 deletions
|
@ -246,11 +246,11 @@
|
|||
#endif
|
||||
|
||||
/* A C function that has the Zeek version encoded into its name. */
|
||||
#define BRO_VERSION_FUNCTION bro_version_@VERSION_C_IDENT@
|
||||
#define ZEEK_VERSION_FUNCTION zeek_version_@VERSION_C_IDENT@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern const char* BRO_VERSION_FUNCTION();
|
||||
extern const char* ZEEK_VERSION_FUNCTION();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue