Header updates
[yaz-moved-to-github.git] / include / yaz / stemmer.h
index f5d23ab..d20717e 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data.
+ * Copyright (C) 1995-2011 Index Data.
  * All rights reserved.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
  */
 
 /**
- * \file stemming.h
- * \brief Header for the stemming API. Simple wrapper to hide underlying implementation.
+ * \file stemmer.h
+ * \brief Header for the stemming API.
+ *
+ * Simple wrapper to hide underlying implementation.
  */
 
 #ifndef YAZ_STEMMER_H
 #define YAZ_STEMMER_H
 
 #include <yaz/yconfig.h>
+#include <yaz/xmltypes.h>
 #include <yaz/icu_I18N.h>
 #include <yaz/log.h>