more records constructor work, no yet finished
[pazpar2-moved-to-github.git] / src / config.h
index 4e1d1ad..a1a3448 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.19 2007-04-19 19:42:30 marc Exp $
+/* $Id: config.h,v 1.20 2007-04-23 08:48:50 marc Exp $
    Copyright (c) 2006-2007, Index Data.
 
 This file is part of Pazpar2.
@@ -130,6 +130,8 @@ struct conf_sortkey * conf_service_add_sortkey(NMEM nmem,
                                                enum conf_sortkey_type type);
 
 
+int conf_service_field_id(struct conf_service *service, const char * name);
+
 
 struct conf_server
 {