No description
Find a file
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
doc Initial import 2007-09-15 01:28:01 +02:00
include Export interface to define objects 2007-09-15 19:55:38 +02:00
lib Export interface to define objects 2007-09-15 19:55:38 +02:00
src Initial import 2007-09-15 01:28:01 +02:00
tests Initial import 2007-09-15 01:28:01 +02:00
aclocal.m4 Initial import 2007-09-15 01:28:01 +02:00
ChangeLog Initial import 2007-09-15 01:28:01 +02:00
configure Initial import 2007-09-15 01:28:01 +02:00
configure.in Initial import 2007-09-15 01:28:01 +02:00
COPYING Initial import 2007-09-15 01:28:01 +02:00
install-sh Initial import 2007-09-15 01:28:01 +02:00
libnl-1.pc.in Initial import 2007-09-15 01:28:01 +02:00
Makefile Initial import 2007-09-15 01:28:01 +02:00
Makefile.opts.in Initial import 2007-09-15 01:28:01 +02:00
Makefile.rules Initial import 2007-09-15 01:28:01 +02:00