00001 /* 00002 * HT Editor 00003 * out_sym.h 00004 * 00005 * Copyright (C) 1999-2002 Sebastian Biallas (sb@web-productions.de) 00006 * Copyright (C) 2002 Stefan Weyergraf (stefan@weyergraf.de) 00007 * 00008 * This program is free software; you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License version 2 as 00010 * published by the Free Software Foundation. 00011 * 00012 * This program is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU General Public License 00018 * along with this program; if not, write to the Free Software 00019 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00020 */ 00021 00022 #ifndef __OUT_SYM_H__ 00023 #define __OUT_SYM_H__ 00024 00025 #include "analy.h" 00026 #include "common.h" 00027 #include "global.h" 00028 #include "stream.h" 00029 00030 int export_to_sym(Analyser *analy, ht_streamfile *file); 00031 00032 #endif /* __OUT_SYM_H__ */