From f97c90d12b9ae64a64cde84bb3fa3ca5ee207838 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 24 Jul 2007 09:45:19 +0000 Subject: moved discard functionality to an output module --- omshell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'omshell.h') diff --git a/omshell.h b/omshell.h index fa146eb8..d62f7373 100644 --- a/omshell.h +++ b/omshell.h @@ -25,7 +25,6 @@ #define ACTSHELL_H_INCLUDED 1 /* prototypes */ -int doActionShell(selector_t *f); rsRetVal modInitShell(int iIFVersRequested, int *ipIFVersProvided, rsRetVal (**pQueryEtryPt)()); #endif /* #ifndef ACTSHELL_H_INCLUDED */ -- cgit