File: common.h

package info (click to toggle)
tsocks 1.8beta4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 400 kB
  • ctags: 168
  • sloc: sh: 2,526; ansic: 1,837; makefile: 125
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* Common functions provided in common.c */

void set_log_options(int, char *);
void show_msg(int level, char *, ...);
unsigned int resolve_ip(char *, int, int);

#define MSGNONE   -1
#define MSGERR    0
#define MSGWARN   1
#define MSGNOTICE 2
#define MSGDEBUG  2