summaryrefslogtreecommitdiff
path: root/MySpace/net.h
blob: 886a19b191fbb75ca9a1e206a1a38718c557d7de (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _NET_INC
#define _NET_INC

// uncomment this if you need access elsewhere
extern HANDLE hNetlibUser;

void InitNetlib();
void DeinitNetlib();

#endif