View | Details | Raw Unified | Return to bug 211682 | Differences between
and this patch

Collapse All | Expand All

(-)machmgr.h (+4 lines)
Lines 106-111 Link Here
106
/* Deletes all tagged machines */
106
/* Deletes all tagged machines */
107
void machmgr_delete_tagged();
107
void machmgr_delete_tagged();
108
108
109
/* Toggles tagged status of all machines. If ignore_dead, does not
110
 * tag dead machines (i.e. machines whose alive flag is down). */
111
void machmgr_toggle_tag_all(bool ignore_dead);
112
109
/* Tags all machines. If ignore_dead, does not tag dead machines (i.e. machines
113
/* Tags all machines. If ignore_dead, does not tag dead machines (i.e. machines
110
 * whose alive flag is down). */
114
 * whose alive flag is down). */
111
void machmgr_tag_all(bool ignore_dead);
115
void machmgr_tag_all(bool ignore_dead);

Return to bug 211682