1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/docs/devel/registry.dot
Jelmer Vernooij 992f1e6b8f Add all the source files from the old CVS tree,
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e)
2008-04-23 08:45:43 -05:00

11 lines
300 B
Plaintext

digraph foo {
libwinregistry -> libregistry;
KConfig -> libregistry;
gconf -> libregistry;
"TDB (Samba)" -> libwinregistry;
"Wine registry files" -> libwinregistry;
"RPC (Remote windows server" -> libwinregistry;
"NT4-style Registry files" -> libwinregistry;
libregistry -> libwinregistry;
}