X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/03b35a9a1bd1f583e32b27d260b223a0989d6c75..06282fd37814c4a9d53bca089b048709b368f5b3:/handle.h diff --git a/handle.h b/handle.h index 92110bd..e569002 100644 --- a/handle.h +++ b/handle.h @@ -26,6 +26,7 @@ class handle { handle(const string & destination); rpcc *safebind(); void invalidate(); + static void shutdown(); }; #endif