added license on slirpvde/tcp2unix*
[vde.git] / vde-2 / slirpvde / tcp2unix.h
blob62a6042629b23e17f0a820d9b6ce5be32d19691e
1 /* Copyright 2007 Renzo Davoli
2 * Licensed under the GPLv2
3 */
5 #ifndef _TCP2UNIX_H
6 #define _TCP2UNIX_H
8 #ifndef UNIX_PATH_MAX
9 #define UNIX_PATH_MAX 108
10 #endif
12 extern int tcp2unix_check;
14 void tcp2unix_add(int port,char *path);
15 char *tcp2unix_search(int port);
17 #endif