comparison th_util.h @ 145:fdea1c3acc53

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Jan 2015 09:22:27 +0200
parents 51eec969b07a c878cdcfea9d
children bca55caf5c37
comparison
equal deleted inserted replaced
144:51eec969b07a 145:fdea1c3acc53
117 /* Functions 117 /* Functions
118 */ 118 */
119 void th_init(char *name, char *desc, char *version, 119 void th_init(char *name, char *desc, char *version,
120 char *author, char *license); 120 char *author, char *license);
121 void th_print_banner(FILE *outFile, const char *binName, const char *usage); 121 void th_print_banner(FILE *outFile, const char *binName, const char *usage);
122
123 int th_term_width();
124 int th_term_height();
122 125
123 int th_get_error(); 126 int th_get_error();
124 int th_errno_to_error(int error); 127 int th_errno_to_error(int error);
125 const char *th_error_str(int error); 128 const char *th_error_str(int error);
126 129