From: Keith Packard Date: Tue, 18 Aug 2009 19:19:31 +0000 (-0700) Subject: Start working on using getopt for the tty name X-Git-Tag: 0.5~7 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9a9cce5510b87252f863239ac807b9fb4395b288 Start working on using getopt for the tty name --- diff --git a/ao-tools/ao-load/ao-load.c b/ao-tools/ao-load/ao-load.c index b84a88a6..6966dd3a 100644 --- a/ao-tools/ao-load/ao-load.c +++ b/ao-tools/ao-load/ao-load.c @@ -19,6 +19,8 @@ #include #include #include +#include +#include #include "ccdbg.h" #define AO_USB_DESC_STRING 3 @@ -94,6 +96,7 @@ rewrite(struct hex_image *image, unsigned addr, char *data, int len) memcpy(image->data + addr - image->address, data, len); } +static const struct option int main (int argc, char **argv) {