Store dirty flag in each registry key and use it to save only modified
branches.

diff --git a/server/object.h b/server/object.h
index ef54807..34f8398 100644
--- a/server/object.h
+++ b/server/object.h
@@ -186,6 +186,7 @@
 /* registry functions */
 
 extern void init_registry(void);
+extern void flush_registry(void);
 extern void close_registry(void);
 
 /* atom functions */
@@ -199,6 +200,7 @@
   /* command-line options */
 extern int debug_level;
 extern int master_socket_timeout;
+extern const char *server_argv0;
 
   /* server start time used for GetTickCount() */
 extern unsigned int server_start_ticks;