diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-05 00:29:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-05 00:29:26 -0700 |
commit | 26f56b51bd11aa91f1d77b81827b49c28cb6ec5f (patch) | |
tree | 76824bc0286d1efee1f13293353403ab8f3d5b57 /ao-tools/lib/cc.h | |
parent | 73adae3661160d410dcc802873b530d255c210e5 (diff) |
Add ao-dumplog to capture flight log from command line
This duplicates the functionality of the flight log stuf in ao-view,
except from the command line where it belongs.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r-- | ao-tools/lib/cc.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h index 0933f272..f92a29f7 100644 --- a/ao-tools/lib/cc.h +++ b/ao-tools/lib/cc.h @@ -51,4 +51,13 @@ cc_usbdevs_scan(void); char * cc_usbdevs_find_by_arg(char *arg, char *default_product); +void +cc_set_log_dir(char *dir); + +char * +cc_get_log_dir(void); + +char * +cc_make_filename(int serial, char *ext); + #endif /* _CC_H_ */ |