Updated footer comment
[yaz-moved-to-github.git] / ztest / gfs-example.c
index 258c83f..05112e2 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2008 Index Data
+ * Copyright (C) 1995-2009 Index Data
  * See the file LICENSE for details.
  */
 
@@ -14,7 +14,7 @@
 #include <yaz/log.h>
 #include <yaz/backend.h>
 #include <yaz/diagbib1.h>
-#include <yaz/match-str.h>
+#include <yaz/matchstr.h>
 #include <yaz/snprintf.h>
 
 static int my_search(void *handle, bend_search_rr *rr)
@@ -96,6 +96,7 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab