File: socks.h

package info (click to toggle)
gsocket 1.4.43-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: ansic: 14,009; sh: 3,629; makefile: 155
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9


#ifndef __GSNC_SOCKS_H__
#define __GSNC_SOCKS_H__ 1

int SOCKS_init(struct _peer *p);
int SOCKS_add(struct _peer *p);

#endif /* !__GSNC_SOCKS_H__ */