m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'surface.h')
-rw-r--r--surface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/surface.h b/surface.h
index db9c80c..bd65b66 100644
--- a/surface.h
+++ b/surface.h
@@ -3,6 +3,6 @@
#include "doomdev.h"
-int new_surface(struct doomdev_ioctl_create_surface *params);
+int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params);
#endif