Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > c08d4c981d0c28d225a00cb368691568 > files > 13

authd-debug-0.2.3-5mdv2011.0.i586.rpm

/*
 * Copyright (C) 2002 Brent N. Chun <bnc@caltech.edu>
 */
#ifndef __AUTHD_OPTIONS_H
#define __AUTHD_OPTIONS_H

typedef struct {
    int daemon;
} authd_options;

void authd_options_init(authd_options *opts);
void authd_options_parse(authd_options *opts, int argc, char **argv);

#endif /* __AUTHD_OPTIONS_H */