Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/obsolete/get_root_uid b/doc/obsolete/get_root_uid
new file mode 100644
index 0000000..c1de324
--- /dev/null
+++ b/doc/obsolete/get_root_uid
@@ -0,0 +1,20 @@
+
+ **********************************************************
+ * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! *
+ **********************************************************
+
+SYNOPSIS
+ string get_root_uid(void)
+
+DESCRIPTION
+ Return the string to be used as root-uid.
+ Under !native, the function is expendable.
+
+HISTORY
+ In 3.2.1@40, get_root_uid() was renamed to get_master_uid()
+ and got a new semantic.
+
+SEE ALSO
+ get_bb_uid(M), get_master_uid(M), uids(C), creator_file(M), creator(E)
+
+29.10.2006 Zesstra