Added prototype recTypeClass_load_modules
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 5 May 2006 09:12:21 +0000 (09:12 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 5 May 2006 09:12:21 +0000 (09:12 +0000)
include/idzebra/recctrl.h

index 1fbc831..3600245 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.h,v 1.17 2006-05-05 07:34:25 adam Exp $
+/* $Id: recctrl.h,v 1.18 2006-05-05 09:12:21 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -138,6 +138,10 @@ YAZ_EXPORT
 RecTypeClass recTypeClass_create (Res res, NMEM nmem);
 
 YAZ_EXPORT
+void recTypeClass_load_modules(RecTypeClass *rts, NMEM nmem,
+                              const char *module_path);
+
+YAZ_EXPORT
 RecTypeClass recTypeClass_add_modules(Res res, NMEM nmem,
                                      const char *module_path);