Global destructor clean-ups and python test fixes
[invirt/third/libt4.git] / handle.h
index 92110bd..e569002 100644 (file)
--- a/handle.h
+++ b/handle.h
@@ -26,6 +26,7 @@ class handle {
         handle(const string & destination);
         rpcc *safebind();
         void invalidate();
+        static void shutdown();
 };
 
 #endif