commit | b849d791049b3f58c61bb591df4c0a5480a4df65 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Feb 13 13:56:13 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 13 13:56:13 2000 +0000 |
tree | 928dd1a50a1aa38e2440a64ecc484166b70a0b14 | |
parent | 4ecb75b0503dbeaa1371106a7f4a2777c486fd13 [diff] [blame] |
Moved global atoms to the server (based on the work of Sergei Turchanov <turchanov@otvprim.ru>).
diff --git a/server/object.h b/server/object.h index 5ab85a1..0a7ad5d 100644 --- a/server/object.h +++ b/server/object.h
@@ -165,6 +165,10 @@ extern void close_registry(void); +/* atom functions */ + +extern void close_atom_table(void); + /* global variables (command-line options) */ extern int debug_level;