summaryrefslogtreecommitdiffstats
path: root/fish/domain.c
Commit message (Collapse)AuthorAgeFilesLines
* syntax: Remove include <assert.h> where assert is not used.Richard W.M. Jones2012-09-151-1/+0
| | | | Found by 'make syntax-check'.
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-191-0/+58
This file handles the -d option for guestfish and other C command line utilities. Renaming this file makes it less confusing.