Skip to content
Snippets Groups Projects
Commit 3d3c9b07 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

clean up

parent 2ee0ef30
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
#ifndef SS_ENUM_H #ifndef SS_ENUM_H
#define SS_ENUM_H #define SS_ENUM_H
#include <sys/types.h> #include <sys/types.h> //ssize_t
#define ENUM_START 0 #define ENUM_START 0
typedef enum enum_main_e enum_main_t, *enum_main_t_ref ; typedef enum enum_main_e enum_main_t, *enum_main_t_ref ;
...@@ -133,24 +134,6 @@ enum enum_key_section_regex_e ...@@ -133,24 +134,6 @@ enum enum_key_section_regex_e
extern char const *enum_str_key_section_regex[] ; extern char const *enum_str_key_section_regex[] ;
/* prepare for the near future
typedef enum enum_key_section_cgroups_e enum_key_section_cgroups_t, *enum_key_section_cgroups_t_ref ;
enum enum_key_section_cgroups_e
{
} ;
extern char const *enum_str_key_section_cgroups[] ;
typedef enum enum_key_section_namespaces_e enum_key_section_namespaces_t, *enum_key_section_namespaces_t_ref ;
enum enum_key_section_namespaces_e
{
} ;
extern char const enum_str_key_section_namespaces[] ;
*/
typedef enum enum_type_e enum_type_t, *enum_type_t_ref ; typedef enum enum_type_e enum_type_t, *enum_type_t_ref ;
enum enum_type_e enum enum_type_e
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment