File: vdecommon.h

package info (click to toggle)
vde2 2.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,640 kB
  • sloc: ansic: 27,447; sh: 11,201; makefile: 413; cpp: 241; python: 107
file content (11 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
#ifndef VDECOMMON_H
#define VDECOMMON_H

#include <open_memstream.h>
#include <poll.h>
#include <strndup.h>

#include <cmdparse.h>
#include <canonicalize.h>

#endif