AppImageKit-checkrt/checkrt.h

9 lines
159 B
C

#ifndef CHEKRT_H
#define CHECKRT_H
extern char *optional_ld_library_path;
extern char *optional_ld_preload;
extern void checkrt(char *usr_in_appdir);
#endif