/* @(#) $Id: exec.h,v 1.4 2007/04/05 00:54:01 dcid Exp $ */ /* Copyright (C) 2004,2005 Daniel B. Cid * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public * License (version 2) as published by the FSF - Free Software * Foundation */ #ifndef _EXEC__H #define _EXEC__H #include "eventinfo.h" #include "active-response.h" void OS_Exec(int *execq, int *arq, Eventinfo *lf, active_response *ar); #endif