Ensure libdb handles are properly closed when terminating.
[statserve.git] / statserve.h
index b276bc0..507a8da 100644 (file)
@@ -15,6 +15,7 @@ struct source {
     struct source *next;
     struct fileinfo (*serve)(struct source *src, char *nm);
     void (*idle)(struct source *src);
+    void (*close)(struct source *src);
     void *pdata;
 };