summaryrefslogtreecommitdiffstats
path: root/modules/proc/inc/proc_coins.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proc/inc/proc_coins.h')
-rw-r--r--modules/proc/inc/proc_coins.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/modules/proc/inc/proc_coins.h b/modules/proc/inc/proc_coins.h
deleted file mode 100644
index 68d15a2..0000000
--- a/modules/proc/inc/proc_coins.h
+++ /dev/null
@@ -1,47 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_PROC_COINS_H
- # define VA_PROC_COINS_H
-
-
-/******************************************************************************
- ******* macros ***************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
- enum Proc_Coins {
- COINS_OK,
- COINS_NOK_COINS,
- COINS_NOK_OVERLAP
- };
-
-
-/******************************************************************************
- ******* variables ************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
- int proc_coins (void);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* proc_coins.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/