diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:15:32 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-15 19:15:32 +0000 |
commit | 010d6effa6fa210251b12459882e88aeee82c2c0 (patch) | |
tree | 8b594e581f54edbedf2fb0d2349a29225c920eeb /dix/atom.c | |
parent | 3fe482c77e7b3e46739d011d8bbdee527d7a42fc (diff) |
Mark everything in {ext,font}sym.c as _X_EXPORT.
Diffstat (limited to 'dix/atom.c')
-rw-r--r-- | dix/atom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/atom.c b/dix/atom.c index 207174280..d78fa566c 100644 --- a/dix/atom.c +++ b/dix/atom.c @@ -157,7 +157,7 @@ ValidAtom(Atom atom) return (atom != None) && (atom <= lastAtom); } -char * +_X_EXPORT char * NameForAtom(Atom atom) { NodePtr node; |