bugfix (fdctl is not used)
[vde.git] / vde-2 / sockutils.h
blobe0b9948532036a90898a6ec72fc13c48a299f8f2
1 /* Copyright 2005 Renzo Davoli - VDE-2
2 * Mattia Belletti (C) 2004.
3 * Licensed under the GPLv2
4 */
6 #ifndef _SOCKUTILS_H
7 #define _SOCKUTILS_H
9 int still_used(struct sockaddr_un *sun);
11 #endif