comparison th_args.c @ 20:323c98360d8b

Synced th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Mar 2008 04:38:05 +0000
parents 707e35b03f89
children 69aed051f84d
comparison
equal deleted inserted replaced
19:e80072e26178 20:323c98360d8b
110 // Option with only short form 110 // Option with only short form
111 { 0, 's', NULL, "Short option", OPT_NONE }, 111 { 0, 's', NULL, "Short option", OPT_NONE },
112 112
113 }; 113 };
114 114
115 const DINT optListN = (sizeof(optList) / sizeof(t_opt)); 115 const int optListN = (sizeof(optList) / sizeof(optarg_t));
116 116
117 117
118 */ 118 */
119 #ifdef HAVE_CONFIG_H 119 #ifdef HAVE_CONFIG_H
120 #include "config.h" 120 #include "config.h"