mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-27 04:05:31 +00:00
11 lines
313 B
C
11 lines
313 B
C
#ifndef SOCKS5_H
|
|
#define SOCKS5_H
|
|
|
|
struct evbuffer *socks5_mkmethods_plain(int do_password);
|
|
struct evbuffer *socks5_mkpassword_plain(const char *login, const char *password);
|
|
|
|
|
|
/* vim:set tabstop=4 softtabstop=4 shiftwidth=4: */
|
|
/* vim:set foldmethod=marker foldlevel=32 foldmarker={,}: */
|
|
#endif /* SOCKS5_H */
|