aboutsummaryrefslogtreecommitdiff
path: root/net.h
blob: 0cd06bccf33cf0bc952b3629b3ef4fa4cfa638c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Adopted from mcrcon, Copyright (c) 2012-2020, Tiiffi <tiiffi at gmail>.
 * https://github.com/Tiiffi/mcrcon/tree/b02201d689b3032bc681b28f175fd3d83d167293
 */

#ifndef _NET_H
#define _NET_H

int net_connect(const char *host, const char *port, int *out);

#endif // _NET_H