diff options
Diffstat (limited to 'tools/tool.h')
-rw-r--r-- | tools/tool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tool.h b/tools/tool.h index 709e668..e0bcf90 100644 --- a/tools/tool.h +++ b/tools/tool.h @@ -53,4 +53,7 @@ void p11_tool_usage (const p11_tool_desc *usages, int p11_tool_list_modules (int argc, char *argv[]); +int p11_tool_extract (int argc, + char **argv); + #endif /* P11_TOOL_H_ */ |