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