Index: /trunk/glueforge/templates/psdb/cleanup_h.tt
===================================================================
--- /trunk/glueforge/templates/psdb/cleanup_h.tt	(revision 3913)
+++ /trunk/glueforge/templates/psdb/cleanup_h.tt	(revision 3913)
@@ -0,0 +1,6 @@
+/** Closes a database connection
+ */
+
+void [% namespace %]Cleanup(
+    psDB *dbh                           ///< Database handle
+);
Index: /trunk/glueforge/templates/psdb/header.tt
===================================================================
--- /trunk/glueforge/templates/psdb/header.tt	(revision 3912)
+++ /trunk/glueforge/templates/psdb/header.tt	(revision 3913)
@@ -14,4 +14,5 @@
 [% INCLUDE alloc_h.tt %]
 [% INCLUDE init_h.tt %]
+[% INCLUDE cleanup_h.tt %]
 [% INCLUDE create_h.tt %]
 [% INCLUDE insert_h.tt %]
