0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/scrot/getsubopt.h
Tee KOBAYASHI c0bdb2010d scrot: Migrate to maintained fork
and bump to 1.8.1.
2023-03-09 05:44:00 +00: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 */