diff tests.c @ 380:ac10155d2b4a

Rename th_optarg_t to t_optarg. API break.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2016 17:21:22 +0200
parents 21bbb2dc4fac
children bffd3caf2d2c
line wrap: on
line diff
--- a/tests.c	Tue Mar 01 17:18:58 2016 +0200
+++ b/tests.c	Tue Mar 01 17:21:22 2016 +0200
@@ -36,7 +36,7 @@
 
 
 // Define option arguments
-static const th_optarg_t arg_opts[] =
+static const th_optarg arg_opts[] =
 {
     { 0, '?', "help",       "Show this help", OPT_NONE },
     { 1, 'v', "verbose",    "Be more verbose", OPT_NONE },