annotate ueda/libunet/nethash.h @ 23:558269596a5c

unet-bind output spacing fix
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 02 Aug 2015 07:29:28 +0000
parents 73abf2c13884
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 /* struct net definition for working with unet netlists */
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 struct net {
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 char *name;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 struct net *nextinlist;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 struct net *nextinhash;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 };