diff src/context.h @ 144:31ff00ea6bfb stable-5-24

allow parent/child to share a fully qualified env_to address
author carl
date Sun, 15 Oct 2006 12:23:17 -0700
parents ecb40aa3eaa5
children c7fc218686f5
line wrap: on
line diff
--- a/src/context.h	Tue Oct 10 19:12:16 2006 -0700
+++ b/src/context.h	Sun Oct 15 12:23:17 2006 -0700
@@ -186,7 +186,7 @@
 	bool		acceptable_content(recorder &memory, char *&msg);
 	bool		ignore_host(char *host);
 
-	void		dump(int level = 0);
+	void		dump(bool isdefault, int level = 0);
 };