Index: src/SymTab/Autogen.h
===================================================================
--- src/SymTab/Autogen.h	(revision bff227f73387fd7ed67a8a31545259b27d4ddc24)
+++ src/SymTab/Autogen.h	(revision 8a6cf7efc5b53b47e66ba1a8f429bb5b7c181aa2)
@@ -38,4 +38,7 @@
 	/// Useful for creating dereference ApplicationExprs without a full resolver pass.
 	extern FunctionDecl * dereferenceOperator;
+
+	// temporary
+	FunctionType * genAssignType( Type * paramType );
 
 	/// inserts into out a generated call expression to function fname with arguments dstParam and srcParam. Intended to be used with generated ?=?, ?{}, and ^?{} calls.
