summaryrefslogtreecommitdiff
path: root/MirandaPlugin/Templates/1033/net.h
blob: 95a5009a72109289efc63a4f5434e0c2a55add52 (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