comparison th_args.c @ 2:ecfa4e3597e3

Cleanups in th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:06:03 +0000
parents 728243125263
children 707e35b03f89
comparison
equal deleted inserted replaced
1:351e96e01f4c 2:ecfa4e3597e3
115 const DINT optListN = (sizeof(optList) / sizeof(t_opt)); 115 const DINT optListN = (sizeof(optList) / sizeof(t_opt));
116 116
117 117
118 */ 118 */
119 #ifdef HAVE_CONFIG_H 119 #ifdef HAVE_CONFIG_H
120 #include <config.h> 120 #include "config.h"
121 #endif 121 #endif
122 #include "th_util.h" 122 #include "th_util.h"
123 #include "th_args.h" 123 #include "th_args.h"
124 #include "th_string.h" 124 #include "th_string.h"
125 125