/[public]/psiconv/trunk/lib/psiconv/parse_routines.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/parse_routines.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 58 Revision 62
18*/ 18*/
19 19
20#ifndef PSICONV_PARSE_ROUTINES_H 20#ifndef PSICONV_PARSE_ROUTINES_H
21#define PSICONV_PARSE_ROUTINES_H 21#define PSICONV_PARSE_ROUTINES_H
22 22
23#include <psiconv/data.h>
24#include <psiconv/parse.h> 23#include <psiconv/parse.h>
25 24
26#ifdef __cplusplus 25#ifdef __cplusplus
27extern "C" { 26extern "C" {
28#endif /* __cplusplus */ 27#endif /* __cplusplus */
29 28
30 29
31/* *************** 30/* ***************
32 * parse_aux.c * 31 * misc.c *
33 *************** */ 32 *************** */
34
35/* These functions print error, warning, progress and debug information to
36 stderr */
37extern void psiconv_fatal(int level, psiconv_u32 off, const char *format,...);
38extern void psiconv_warn(int level, psiconv_u32 off, const char *format,...);
39extern void psiconv_progress(int level, psiconv_u32 off,
40 const char *format,...);
41extern void psiconv_debug(int level, psiconv_u32 off, const char *format,...);
42 33
43/* This function returns a copy of a string, that contains no ASCII codes 34/* This function returns a copy of a string, that contains no ASCII codes
44 that are not printable. You should free this string yourself when you are 35 that are not printable. You should free this string yourself when you are
45 done with it. */ 36 done with it. Returns NULL if there is not enough memory left. */
46extern char *psiconv_make_printable(const char *s); 37extern char *psiconv_make_printable(const char *s);
47 38
48/* ************** 39/* **************
49 * checkuid.c * 40 * checkuid.c *
50 ************** */ 41 ************** */

Legend:
Removed from v.58  
changed lines
  Added in v.62

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26