# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * name_registry.h - Name Registry handling | |
3 | * | |
4 | < | * SheepShaver (C) 1997-2002 Christian Bauer and Marc Hellwig |
4 | > | * SheepShaver (C) 1997-2004 Christian Bauer and Marc Hellwig |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 21 | Line 21 | |
21 | #ifndef NAME_REGISTRY_H | |
22 | #define NAME_REGISTRY_H | |
23 | ||
24 | + | extern void DoPatchNameRegistry(void); |
25 | extern void PatchNameRegistry(void); | |
26 | ||
27 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |