summaryrefslogtreecommitdiff
path: root/libopie2/opienet/oioctlmap.h
Unidiff
Diffstat (limited to 'libopie2/opienet/oioctlmap.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opienet/oioctlmap.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/libopie2/opienet/oioctlmap.h b/libopie2/opienet/oioctlmap.h
deleted file mode 100644
index 1cd89a3..0000000
--- a/libopie2/opienet/oioctlmap.h
+++ b/dev/null
@@ -1,17 +0,0 @@
1
2/*
3 * ioctl table - generated by regen.py - (C) Michael 'Mickey' Lauer <mickey@vanille.de>
4 */
5
6#ifndef IOCTLMAP_H
7#define IOCTLMAP_H
8
9#include <qstring.h>
10#include <qintdict.h>
11
12typedef QIntDict<QString> IntStringMap;
13
14IntStringMap* constructIoctlMap();
15
16#endif
17