diff options
author | Roy Marples <roy@marples.name> | 2008-03-17 13:25:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-17 13:25:56 +0000 |
commit | 4c1466642351ddb01cc7353601153a79326f18f7 (patch) | |
tree | cb9da1a90aa9480ef276626f40c556379222ec51 /src/librc/rc.map | |
parent | 50a7697bf207e4919ce893bfc1604fd3a9d807de (diff) |
Punt the rc_strcatpaths function and use snprintf instead to save on expensive malloc calls.
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r-- | src/librc/rc.map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map index 8ad4e187..55dea008 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -26,6 +26,7 @@ global: rc_service_delete; rc_service_description; rc_service_exists; + rc_service_extra_commands; rc_service_in_runlevel; rc_service_mark; rc_service_options; @@ -42,7 +43,6 @@ global: rc_service_state; rc_service_value_get; rc_service_value_set; - rc_strcatpaths; rc_stringlist_add; rc_stringlist_addu; rc_stringlist_delete; |