summaryrefslogtreecommitdiffstats
path: root/src/p_redirs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_redirs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/p_redirs.h b/src/p_redirs.h
index 3845a65..db75cfb 100644
--- a/src/p_redirs.h
+++ b/src/p_redirs.h
@@ -17,6 +17,11 @@
#include "s_struct.h"
+enum e_fd_rdr_id
+{
+ FD,
+ RDR
+};
struct s_rdr_tmp
{
const char *word;