From cba49310f44b2f9511a09e51e324e920d7f5359d Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sat, 8 Dec 2001 15:08:19 +0000 Subject: [PATCH] Moved some parts to the external header. --- gedcom.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gedcom.h b/gedcom.h index 995af0c..1250340 100644 --- a/gedcom.h +++ b/gedcom.h @@ -28,24 +28,12 @@ #define MAXGEDCPTRLEN 22 #define GEDCOMTAGOFFSET 257 -/* Error handling mechanisms */ -typedef enum _MECH { - IMMED_FAIL, - DEFER_FAIL, - IGNORE_ERRORS -} MECHANISM; - - int gedcom_error(char* s, ...); int gedcom_warning(char* s, ...); int gedcom_message(char* s, ...); int gedcom_debug_print(char* s, ...); -void gedcom_set_debug_level(int level); -void gedcom_set_error_handling(MECHANISM mechanism); -void gedcom_set_compat_handling(int enable_compat); int gedcom_parse(); - int gedcom_lex(); extern int line_no; -- 2.30.2