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