From 0f41afe27e8009efcd31597f8828df6ae9ac75e0 Mon Sep 17 00:00:00 2001 From: pgen Date: Thu, 3 Oct 2019 00:12:27 +0200 Subject: Add long options in the manual + work on contexts --- ctxopt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ctxopt.h') diff --git a/ctxopt.h b/ctxopt.h index 7233731..0ca1758 100644 --- a/ctxopt.h +++ b/ctxopt.h @@ -1,6 +1,3 @@ -/* This file was automatically generated. Do not edit! */ -/* This file was automatically generated. Do not edit! */ - typedef enum { parameters, @@ -49,6 +46,9 @@ ctxopt_evaluate(void); void ctxopt_new_ctx(char * name, char * opts_specs); +void +ctxopt_ctx_disp_usage(char * ctx_name, usage_behaviour action); + void ctxopt_disp_usage(usage_behaviour action); -- cgit v1.2.3