diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/netdiff/flip2pin/struct.h	Sun Nov 15 03:32:48 2020 +0000
@@ -0,0 +1,4 @@
+struct flip_list {
+	char	*refdes;
+	struct	flip_list *next;
+};