summaryrefslogtreecommitdiff
path: root/fs/file.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-18 01:31:58 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-18 01:31:58 +0200
commitfe79552d9fcfd60d8c2bb828c6b93cf471ef7b75 (patch)
tree7bf842857ce4f485101848292405a96f322fe374 /fs/file.h
parentdb22b587966b4a4eaa47536f32ca812532446bcb (diff)
fifo interface
Diffstat (limited to 'fs/file.h')
-rw-r--r--fs/file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/file.h b/fs/file.h
index 241301f..7ecd9c8 100644
--- a/fs/file.h
+++ b/fs/file.h
@@ -5,10 +5,7 @@
typedef struct file_struct
{
- int fgetc();
- int fputc();
- void *opaque;
}file;