repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vdetelweb web interface cannot handle asynchronous debug messages thus the debug...
[vde.git]
/
vde-2
/
sockutils.h
blob
e0b9948532036a90898a6ec72fc13c48a299f8f2
1
/* Copyright 2005 Renzo Davoli - VDE-2
2
* Mattia Belletti (C) 2004.
3
* Licensed under the GPLv2
4
*/
5
6
#ifndef _SOCKUTILS_H
7
#define _SOCKUTILS_H
8
9
int
still_used
(
struct
sockaddr_un
*
sun
);
10
11
#endif