summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index 759483c2..d6b728fc 100644
--- a/modules.h
+++ b/modules.h
@@ -37,7 +37,7 @@
typedef enum eModType_ {
eMOD_IN, /* input module */
eMOD_OUT, /* output module */
- eMOD_FILTER /* filter module (not know yet if we will once have such at all...) */
+ eMOD_LIB /* library module - this module provides one or many interfaces */
} eModType_t;
/* how is this module linked? */