]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/include/ipc.h
Bugfix: Recover from closed socket
[i3/i3] / i3bar / include / ipc.h
index 0eba64fab69157b335655d70b906210eda150777..ee273a453de2d929905afd764f30a63b08b2b072 100644 (file)
  */
 int init_connection(const char *socket_path);
 
+/*
+ * Destroy the connection to i3.
+ *
+ */
+void destroy_connection();
+
 /*
  * Sends a Message to i3.
  * type must be a valid I3_IPC_MESSAGE_TYPE (see i3/ipc.h for further information)