Commit graph

2 commits

Author SHA1 Message Date
Thomas Graf
508685c269 Export interface to define objects
This interface was internal so far which required all code defining
objects to be compiled with the sources available.

This change exposes struct nl_object_ops which seems safe as it
is not supposed to be embedded in other structures.

Patch contains extensive documentation to help with the creation
of own object implementations.
2007-09-15 19:55:38 +02:00
Thomas Graf
44d362409d Initial import 2007-09-15 01:28:01 +02:00