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
Several BugFixes (see bug-reports from "accounts")
[vde.git]
/
vde-2
/
include
/
vdecommon.h
blob
6ac579f45e61a6c2aca2e24a003d8b71e0b8c1c0
1
#ifndef VDECOMMON_H
2
#define VDECOMMON_H
3
4
#include <open_memstream.h>
5
#include <poll.h>
6
#include <strndup.h>
7
8
#include <cmdparse.h>
9
#include <canonicalize.h>
10
11
#endif