../../utils/setauth.c:64:67: error: expected ';' at end of declaration error_t parse_opt (int key, char *arg, struct argp_state *state) ^ ; ../../utils/setauth.c:115:16: error: use of undeclared identifier 'argp' argp_parse (&argp, argc, argv, 0, 0, &frobauth); ^ ../../utils/setauth.c:130:45: error: use of undeclared identifier 'modify' if (frobauth_modify (&frobauth, &auth, 1, modify, print_info, 0)) ^ 3 errors generated.