diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:17:01 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-06-25 21:17:01 +0000 |
commit | dbfc977f2bce5b7443fbac37c60e93901e8d2b15 (patch) | |
tree | 157c80d6370433044382a2a2e0fa455ef1c03825 /src | |
parent | aa2adeb9bf82cbff5c160eb347e429860c370361 (diff) |
Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_14XORG-6_8_99_13
Diffstat (limited to 'src')
-rw-r--r-- | src/elo.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -102,7 +102,11 @@ static const char *default_options[] = "FlowControl", "None" }; -XF86ModuleData elo2300ModuleData = { &VersionRec, SetupProc, TearDownProc }; +_X_EXPORT XF86ModuleData elo2300ModuleData = { + &VersionRec, + SetupProc, + TearDownProc +}; /***************************************************************************** * Function Definitions |