00001 /* 00002 * White Rabbit RTU (Routing Table Unit) 00003 * Copyright (C) 2010, CERN. 00004 * 00005 * Version: wrsw_rtud v1.0 00006 * 00007 * Authors: Tomasz Wlostowski (tomasz.wlostowski@cern.ch) 00008 * 00009 * Description: Procedures to support wrsw_rtud running as a daemon in the 00010 * background 00011 * 00012 * Fixes: 00013 * 00014 * 00015 * This program is free software; you can redistribute it and/or 00016 * modify it under the terms of the GNU General Public License 00017 * as published by the Free Software Foundation; either version 00018 * 2 of the License, or (at your option) any later version. 00019 * 00020 * This program is distributed in the hope that it will be useful, 00021 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00022 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00023 * GNU General Public License for more details. 00024 * 00025 * You should have received a copy of the GNU General Public License 00026 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00027 */ 00028 #ifndef __WHITERABBIT_RTU_UTILS_H 00029 #define __WHITERABBIT_RTU_UTILS_H 00030 00031 void daemonize(void); 00032 void usage(char *name); 00033 00034 #endif /*__WHITERABBIT_RTU_UTILS_H*/