EVENT Client: parametrize when to close the fd on detach or not
[citadel.git] / citadel / event_client.h
index 7a936b97bf463982ac0f103c7c5b10e5d04bdd27..320beb746cb3a6e7d72e53e6a399050261030ef2 100644 (file)
@@ -266,7 +266,7 @@ void QueryCbDone(AsyncIO *IO);
 
 void StopClient(AsyncIO *IO);
 
-void StopClientWatchers(AsyncIO *IO);
+void StopClientWatchers(AsyncIO *IO, int CloseFD);
 
 void SetNextTimeout(AsyncIO *IO, double timeout);