mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
392 B
17 lines
392 B
/* Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */
|
|
|
|
#ifndef __CLAMAV_RUST_H
|
|
#define __CLAMAV_RUST_H
|
|
|
|
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
|
|
|
|
#include <stdarg.h>
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <stdlib.h>
|
|
#include "libclamav/others.h"
|
|
|
|
|
|
bool clrs_log_init(void);
|
|
|
|
#endif /* __CLAMAV_RUST_H */
|
|
|