pam_duo/pam_duo_private.h (5 lines of code) (raw):
#include <stdlib.h>
#include <string.h>
#include "util.h"
/* Parses argv to get the configuration file location and the debug mode */
int
parse_argv(const char **config, int argc, const char *argv[]);