diff options
author | David Robillard <d@drobilla.net> | 2007-05-05 02:50:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-05 02:50:13 +0000 |
commit | a37d5bd48675d3528c47fd7acb716ac35fb15ef4 (patch) | |
tree | 13cea5116f80d6baec6868bc4e9a5291d265cef2 /src/progs/demolition/cmdline.h | |
parent | 30a489fdd91e8436549b1ed636b5847671fa89f9 (diff) | |
download | ingen-a37d5bd48675d3528c47fd7acb716ac35fb15ef4.tar.gz ingen-a37d5bd48675d3528c47fd7acb716ac35fb15ef4.tar.bz2 ingen-a37d5bd48675d3528c47fd7acb716ac35fb15ef4.zip |
Removed completely bit-rotten demolition client.
git-svn-id: http://svn.drobilla.net/lad/ingen@506 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/demolition/cmdline.h')
-rw-r--r-- | src/progs/demolition/cmdline.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/progs/demolition/cmdline.h b/src/progs/demolition/cmdline.h deleted file mode 100644 index be56aafe..00000000 --- a/src/progs/demolition/cmdline.h +++ /dev/null @@ -1,45 +0,0 @@ -/* cmdline.h */ - -/* File autogenerated by gengetopt version 2.10 */ - -#ifndef CMDLINE_H -#define CMDLINE_H - -/* If we use autoconf. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -#ifndef CMDLINE_PARSER_PACKAGE -#define CMDLINE_PARSER_PACKAGE "om_demolotion - A stress testing client for Om" -#endif - -#ifndef CMDLINE_PARSER_VERSION -#define CMDLINE_PARSER_VERSION VERSION -#endif - -struct gengetopt_args_info -{ - char * engine_url_arg; /* Om engine URL to connect to. */ - int client_port_arg; /* Client port to listen on. */ - - int help_given ; /* Whether help was given. */ - int version_given ; /* Whether version was given. */ - int engine_url_given ; /* Whether engine-url was given. */ - int client_port_given ; /* Whether client-port was given. */ - -} ; - -int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info); - -void cmdline_parser_print_help(void); -void cmdline_parser_print_version(void); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ -#endif /* CMDLINE_H */ |