fixed command timout
[svn42.git] / door_daemon / command_queue.h
index d03602f..2397fb7 100644 (file)
@@ -37,6 +37,7 @@ struct cmd_struct {
 typedef struct cmd_struct cmd_t;
 
 int cmd_push(cmd_t** first, int fd, cmd_id_t cmd, const char* param);
+void cmd_sent(cmd_t* cmd);
 int cmd_has_expired(const cmd_t cmd);
 void cmd_pop(cmd_t** first);
 void cmd_clear(cmd_t** first);