Moved to gedcom subdirectory.
[gedcom-parse.git] / interface.h
index 4ddeadb925f3ebd65128da9a91850c5cdb3bb9a7..db1a048f218b099dee36d795749fb82adc9757e3 100644 (file)
@@ -1,8 +1,19 @@
+/*  This program is free software; you can redistribute it and/or modify  *
+ *  it under the terms of the GNU General Public License as published by  *
+ *  the Free Software Foundation; either version 2 of the License, or     *
+ *  (at your option) any later version.                                   *
+
+ (C) 2001 by The Genes Development Team
+ Original author: Peter Verthez (Peter.Verthez@advalvas.be)
+*/
+
+/* $Id$ */
+/* $Name$ */
+
 #ifndef __INTERFACE_H
 #define __INTERFACE_H
 
 #include "gedcom.h"
-#include "external.h"
 
 Gedcom_ctxt start_record(Gedcom_rec rec, int level, char *xref, char *tag);
 void        end_record(Gedcom_rec rec, Gedcom_ctxt self);