0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-07 20:51:58 +00:00
Files
termux-packages/packages/libnl/getsubopt.h
2023-04-03 04:02:33 +09:00

17 lines
242 B
C

#ifndef _GETSUBOPT_H
#define _GETSUBOPT_H
#ifdef __cplusplus
extern "C" {
#endif
#if defined __ANDROID__ && __ANDROID_API__ < 26
int getsubopt(char **, char *const *, char **);
#endif
#ifdef __cplusplus
}
#endif
#endif /* _GETSUBOPT_H */