mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-26 11:45:30 +00:00
8 lines
374 B
C
8 lines
374 B
C
#ifndef BASE_H_SUN_JUN__3_20_15_57_2007
|
|
#define BASE_H_SUN_JUN__3_20_15_57_2007
|
|
/* $Id$ */
|
|
int getdestaddr(int fd, const struct sockaddr_in *client, const struct sockaddr_in *bindaddr, struct sockaddr_in *destaddr);
|
|
/* vim:set tabstop=4 softtabstop=4 shiftwidth=4: */
|
|
/* vim:set foldmethod=marker foldlevel=32 foldmarker={,}: */
|
|
#endif /* BASE_H_SUN_JUN__3_20_15_57_2007 */
|