File: cli.h

package info (click to toggle)
gvm-libs 22.35.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,980 kB
  • sloc: ansic: 39,095; makefile: 26
file content (22 lines) | stat: -rw-r--r-- 486 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-FileCopyrightText: 2020-2023 Greenbone AG
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef _GVM_BOREAS_CLI_H
#define _GVM_BOREAS_CLI_H

#include "alivedetection.h"
#include "boreas_error.h"

boreas_error_t
run_cli_extended (gvm_hosts_t *, alive_test_t, const gchar *,
                  const unsigned int);

boreas_error_t
run_cli (gvm_hosts_t *, alive_test_t, const gchar *);

boreas_error_t
is_host_alive (const char *, int *);

#endif /* not _GVM_BOREAS_CLI_H */