8cca891b9a
CI / lint (pull_request) Failing after 30s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped
10 lines
151 B
C
10 lines
151 B
C
#ifndef CLIENT_VALIDATION_H
|
|
#define CLIENT_VALIDATION_H
|
|
|
|
#include "config.h"
|
|
#include <stdbool.h>
|
|
|
|
bool validate_config(const Config* config);
|
|
|
|
#endif
|