/* * Copyright (c) 1998-1999 peter memishian (meem), meem@gnu.org * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. */ #pragma ident "@(#)rlprm.h 1.1 99/09/16 meem" #ifndef RLPRM_H #define RLPRM_H #include #include "component.h" struct rlpr_rlprm { int timeout; /* inactivity timeout */ char *user; /* the user who invoked rlprm */ }; extern struct component comp_rlprm; #endif /* RLPRM_H */