00001 00008 /* (c) 2003 Technische Universitaet Dresden 00009 * This file is part of DROPS, which is distributed under the terms of the 00010 * GNU General Public License 2. Please see the COPYING file for details. */ 00011 00012 #ifndef __IDL_H_ 00013 #define __IDL_H_ 00014 00015 #include "loader-server.h" 00016 00017 #define MAX_ERROR_MSG 80 00018 00019 void server_loop(void) __attribute__ ((noreturn)); 00020 int return_error_msg(int error, const char *msg, const char *fname); 00021 00022 #endif 00023