volume.h (91B)
1 struct vol_arg { 2 const char *card; 3 const char *sink; 4 }; 5 6 size_t volume(struct Block *b);