Greenbone Vulnerability Management Libraries 22.32.0
version.c File Reference
#include "version.h"
Include dependency graph for version.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define G_LOG_DOMAIN   "libgvm base"
 GLib log domain.

Functions

const char * gvm_libs_version (void)

Macro Definition Documentation

◆ G_LOG_DOMAIN

#define G_LOG_DOMAIN   "libgvm base"

GLib log domain.

Definition at line 12 of file version.c.

Function Documentation

◆ gvm_libs_version()

const char * gvm_libs_version ( void )

Definition at line 15 of file version.c.

16{
17 return GVM_LIBS_VERSION;
18}

Referenced by Ensure().

Here is the caller graph for this function: