summaryrefslogtreecommitdiffstats
path: root/modules/user/inc/user_clui.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/inc/user_clui.h')
-rw-r--r--modules/user/inc/user_clui.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/user/inc/user_clui.h b/modules/user/inc/user_clui.h
deleted file mode 100644
index dffc625..0000000
--- a/modules/user/inc/user_clui.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_USER_CLUI_H
- # define VA_USER_CLUI_H
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
-void user_clui_init (void);
-int user_clui (const char *title, const char *subtitle);
-void user_clui_fname (const char *filepath, char *filename);
-void user_clui_show_log (const char *title, const char *subtitle);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* user_clui.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/