Require YAZ 5.5.0
[metaproxy-moved-to-github.git] / include / metaproxy / filter.hpp
index a3b2115..5cf79f3 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Metaproxy.
-   Copyright (C) 2005-2012 Index Data
+   Copyright (C) Index Data
 
 Metaproxy 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
@@ -42,7 +42,7 @@ namespace metaproxy_1 {
 
             virtual void start() const;
 
-            virtual void stop() const;
+            virtual void stop(int signo) const;
         };
 
         class FilterException : public std::runtime_error {