# This is the symbol export map file for glibc Linux.  The file specifies
# that only the mexFunction and mexVersion symbols should have global scope, 
# and that all others should be local.
# Copyright 1999-2000 The MathWorks, Inc.
# $Revision: 1.2.6.1 $  $Date: 2004/08/17 21:22:29 $
MEX {
	global:
		mexFunction;
		mexVersion;
	local:
		*;
};
