mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-10 17:00:18 +00:00
Add DCC passive-first + NAT mapping prefs
This commit is contained in:
14
src/common/upnp.h
Normal file
14
src/common/upnp.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) Thomas Bernard
|
||||
* Copyright (C) HexChat contributors
|
||||
* Copyright (C) ZoiteChat contributors
|
||||
*/
|
||||
|
||||
#ifndef ZOITECHAT_UPNP_H
|
||||
#define ZOITECHAT_UPNP_H
|
||||
|
||||
void upnp_init(void);
|
||||
void upnp_add_redir(const char *addr, int port);
|
||||
void upnp_rem_redir(int port);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user