From e63a01249d9ce867e7c91abf8c51e5c29ec81f0a Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 28 May 2018 18:49:34 +0200 Subject: Refactor and better error handling --- surface.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'surface.h') diff --git a/surface.h b/surface.h index bd65b66..70016a1 100644 --- a/surface.h +++ b/surface.h @@ -4,5 +4,8 @@ #include "doomdev.h" int new_surface(struct file *filp, struct doomdev_ioctl_create_surface *params); +int new_colors(struct file *filp, struct doomdev_ioctl_create_colormaps *params); +int new_texture(struct file *filp, struct doomdev_ioctl_create_texture *params); +int new_flat(struct file *filp, struct doomdev_ioctl_create_flat *params); #endif -- cgit v1.2.3