mirror of
https://github.com/EndPositive/slipstream.git
synced 2025-10-08 12:25:04 +00:00
8 lines
222 B
C
8 lines
222 B
C
#ifndef SLIPSTREAM_RESOLVERS_H
|
|
#define SLIPSTREAM_RESOLVERS_H
|
|
|
|
#include <stdio.h>
|
|
|
|
struct sockaddr_storage* read_resolver_addresses(const char *resolver_addresses_filename, size_t *count);
|
|
|
|
#endif //SLIPSTREAM_RESOLVERS_H
|