From 9ee5888309e1f39f52546deaea4bcd3bdc216d8d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 23 Jul 2007 17:24:41 +0000 Subject: continued working on modularization; begun to create interface for configuring actions selector lines; begun basic functionality for module initialization and loading built-in modules. --- omfile.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'omfile.h') diff --git a/omfile.h b/omfile.h index 330ee4c1..e2b77706 100644 --- a/omfile.h +++ b/omfile.h @@ -26,8 +26,10 @@ /* prototypes */ -int doActionFile(selector_t *f); -int freeInstanceFile(selector_t *f); +rsRetVal doActionFile(selector_t *f); +rsRetVal freeInstanceFile(selector_t *f); +rsRetVal modInitFile(int iIFVersRequested, int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)()); +rsRetVal parseSelectorActFile(uchar **pp, selector_t *f); #endif /* #ifndef OMFILE_H_INCLUDED */ /* -- cgit