00001 /* 00002 * $Id: epr__msph_8h_source.html,v 1.11 2013/02/14 16:57:54 pascal Exp $ 00003 * 00004 * Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de) 00005 * 00006 * This program is free software; you can redistribute it and/or modify it 00007 * under the terms of the GNU General Public License as published by the 00008 * Free Software Foundation. This program is distributed in the hope it will 00009 * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00010 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 * See the GNU General Public License for more details. 00012 * 00013 * You should have received a copy of the GNU General Public License 00014 * along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00016 */ 00017 00018 #ifndef EPR_MSPH_H_INCL 00019 #define EPR_MSPH_H_INCL 00020 00021 #ifdef __cplusplus 00022 extern "C" 00023 { 00024 #endif 00025 00026 #include <stdio.h> /* just to get the ANSI-C type FILE */ 00027 00028 /*void epr_read_mph(EPR_SProductId* product_id);*/ 00029 EPR_SRecord* epr_parse_header(const char* header_name, const char* ascii_source); 00030 void epr_set_header_field_values(EPR_SRecord* record, EPR_SPtrArray* header_values); 00031 ulong epr_compare_param(EPR_SProductId* product_id); 00032 00033 void epr_parse_double_token(EPR_SPtrArray* header_values, char* token_value, uint* value_number, uint* l, EPR_EDataTypeId* tp); 00034 void epr_parse_long_token(EPR_SPtrArray* header_values, char* token_value, uint* value_number, uint* l, EPR_EDataTypeId* tp); 00035 #ifdef __cplusplus 00036 } /* extern "C" */ 00037 #endif 00038 00039 #endif /* EPR_MSPH_H_INCL */