view netdiff/flip2pin/struct.h @ 146:7ddfb9a67b0c

netdiff: donl-flip2pin utility written, compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Nov 2020 03:32:48 +0000
parents
children
line wrap: on
line source

struct flip_list {
	char	*refdes;
	struct	flip_list *next;
};