Mercurial > hg-old > index.cgi
comparison lwlink/main.c @ 142:36ca3fa755e0
Autotools merge of packages done
author | lost |
---|---|
date | Wed, 28 Jan 2009 06:06:05 +0000 |
parents | 106c2fe3c9d9 |
children | 3706ede361ea |
comparison
equal
deleted
inserted
replaced
141:bb5d2edf4e9f | 142:36ca3fa755e0 |
---|---|
32 #include <stdlib.h> | 32 #include <stdlib.h> |
33 | 33 |
34 #include "lwlink.h" | 34 #include "lwlink.h" |
35 | 35 |
36 // command line option handling | 36 // command line option handling |
37 const char *argp_program_version = PACKAGE_STRING; | 37 const char *argp_program_version = "LWLINK from " PACKAGE_STRING; |
38 const char *argp_program_bug_address = PACKAGE_BUGREPORT; | 38 const char *argp_program_bug_address = PACKAGE_BUGREPORT; |
39 | 39 |
40 static error_t parse_opts(int key, char *arg, struct argp_state *state) | 40 static error_t parse_opts(int key, char *arg, struct argp_state *state) |
41 { | 41 { |
42 switch (key) | 42 switch (key) |