Import sendmail 8.13.4 into a new contrib directory as the first step
[dragonfly.git] / contrib / sendmail-8.13.4 / include / sm / cf.h
blob3869210f6bc3cdf95315949f0d4d2322c68b5e42
1 /*
2 * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
9 * $Id: cf.h,v 1.2 2001/03/08 03:23:07 ca Exp $
12 #ifndef SM_CF_H
13 # define SM_CF_H
15 #include <sm/gen.h>
17 typedef struct
19 char *opt_name;
20 char *opt_val;
21 } SM_CF_OPT_T;
23 extern int
24 sm_cf_getopt __P((
25 char *path,
26 int optc,
27 SM_CF_OPT_T *optv));
29 #endif /* ! SM_CF_H */