aboutsummaryrefslogtreecommitdiff
path: root/process_args.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 13:48:26 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 14:07:29 -0300
commitfd8ad78605ffd04f856df5716d6a34cf135312cf (patch)
treee89baa1c2d3c53edc716f3857cacc3b90c77b2c5 /process_args.h
parentd2b8abcab3ee2e9e224c0886dd278a4e66f7ad06 (diff)
get rat2float building against lrslib-072
Many things could be improved, particularly error processing, but at least it builds and seems to run.
Diffstat (limited to 'process_args.h')
-rw-r--r--process_args.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/process_args.h b/process_args.h
new file mode 100644
index 0000000..dacadd3
--- /dev/null
+++ b/process_args.h
@@ -0,0 +1,4 @@
+#ifndef PROCESS_ARGS_H
+#define PROCESS_ARGS_H
+void process_args(int argc, char **argv,char *docstring);
+#endif