about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/util/shhopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h
index ecdf87d5..5effa5fd 100644
--- a/lib/util/shhopt.h
+++ b/lib/util/shhopt.h
@@ -69,7 +69,7 @@ main ( int argc, char **argv ) {
             printf("option '%s' = '%s'\n", optlist[i].name, optlist[i].value);
             ++i;
         }
-        optDestroyNameValueList(optlist);
+        pm_optDestroyNameValueList(optlist);
     } else
         printf("No -options\n");
 }