]> git.proxmox.com Git - mirror_lxc.git/blob - src/include/getsubopt.h
Add getsubopt implementation for Android
[mirror_lxc.git] / src / include / getsubopt.h
1 #ifndef _getsubopt_h
2 #define _getsubopt_h
3 int getsubopt (char **optionp, char *const *tokens, char **valuep);
4 #endif