MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | string get_root_uid(void) |
| 8 | |
| 9 | DESCRIPTION |
| 10 | Return the string to be used as root-uid. |
| 11 | Under !native, the function is expendable. |
| 12 | |
| 13 | HISTORY |
| 14 | In 3.2.1@40, get_root_uid() was renamed to get_master_uid() |
| 15 | and got a new semantic. |
| 16 | |
| 17 | SEE ALSO |
| 18 | get_bb_uid(M), get_master_uid(M), uids(C), creator_file(M), creator(E) |
| 19 | |
| 20 | 29.10.2006 Zesstra |