comparison src/proto.nacltai.c @ 38:d9f5caa13898

Added support for NetBSD, added command line parsing to provide configuration options
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 06 May 2013 22:53:20 +0200
parents bb4bbf380938
children 54d28a81ca99
comparison
equal deleted inserted replaced
37:bb4bbf380938 38:d9f5caa13898
216 init, 216 init,
217 sizeof(struct qt_proto_data_nacltai), 217 sizeof(struct qt_proto_data_nacltai),
218 }; 218 };
219 219
220 #ifndef COMBINED_BINARY 220 #ifndef COMBINED_BINARY
221 int main() { 221 int main(int argc, char** argv) {
222 print_header(); 222 print_header();
223 if (qtprocessargs(argc, argv) < 0) return -1;
223 return qtrun(&qtproto_nacltai); 224 return qtrun(&qtproto_nacltai);
224 } 225 }
225 #endif 226 #endif