]>
git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - fs/ncpfs/getopt.h
1 #ifndef _LINUX_GETOPT_H
2 #define _LINUX_GETOPT_H
13 extern int ncp_getopt(const char *caller
, char **options
, const struct ncp_option
*opts
,
14 char **optopt
, char **optarg
, unsigned long *value
);
16 #endif /* _LINUX_GETOPT_H */