From 84942df7e3005933e26df2df7624f4fe09824dc7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 26 Feb 2008 16:17:55 +0000 Subject: some stage work for library modules --- modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules.h') 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? */ -- cgit