diff options
author | Roy Marples <roy@marples.name> | 2007-10-04 17:26:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-10-04 17:26:57 +0000 |
commit | a6f2713002db20cd65618c1140ed7d3fbbbb9292 (patch) | |
tree | 09e8ad5903ba7472f5f01e410550e2e9c79367db /src/rc.map | |
parent | af5525f6342c6ceda5913d2f6675d72ea8501ef3 (diff) |
inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't expose them.
Diffstat (limited to 'src/rc.map')
-rw-r--r-- | src/rc.map | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -57,9 +57,6 @@ global: rc_strlist_join; rc_strlist_reverse; rc_waitpid; - rc_xmalloc; - rc_xrealloc; - rc_xstrdup; local: *; |